当前位置:网站首页>【Seaborn】组合图表:PairPlot和JointPlot
【Seaborn】组合图表:PairPlot和JointPlot
2022-07-07 15:32:00 【AwesomeTang】
前言
- 上一章节有介绍
FacetGrid
、JointGrid
、PairGrid
,这三者都是axes-level
的方法,通过命名方式也可以看出来,FacetGrid
、JointGrid
、PairGrid
是创建的坐标系,然后需要自己去绑定数据。 - 但对于
JointGrid
和PairGrid
,其实还有对应的figure-level
的方法,可以直接完成图表的绘制。 - 如果我们需求比较复杂,我们可以通过
PairGrid
和JointGrid
完成更多定制化的需求,不然还是推荐使用PairPlot
和JointPlot
。
PairPlot
PairPlot
会自动根据数据集中的度量字段自动生成图表,而不需要我们依次去绑定数据;
默认对角线是使用直方图,两侧散点图;
# 主要代码
g = sns.pairplot(penguins)
边栏推荐
- 最新Android面试合集,android视频提取音频
- QT视频传输
- What is the difference between IP address and physical address
- Personal notes of graphics (1)
- QT 图片背景色像素处理法
- AutoLISP series (1): function function 1
- Ray and OBB intersection detection
- 预售17.9万,恒驰5能不能火?产品力在线,就看怎么卖
- 作为Android开发程序员,android高级面试
- "The" "PIP" "entry cannot be recognized as the name of a cmdlet, function, script file, or runnable program."
猜你喜欢
随机推荐
Read PG in data warehouse in one article_ stat
直接上干货,100%好评
值得一看,面试考点与面试技巧
LeetCode 1981. 最小化目标值与所选元素的差 每日一题
打造All-in-One应用开发平台,轻流树立无代码行业标杆
Three. JS series (3): porting shaders in shadertoy
01tire+链式前向星+dfs+贪心练习题.1
01tire+ chain forward star +dfs+ greedy exercise one
字节跳动Android金三银四解析,android面试题app
AutoLISP series (3): function function 3
Vs2019 configuration matrix library eigen
[summary of knowledge] summary of notes on using SVN in PHP
Advanced C language -- function pointer
Lie cow count (spring daily question 53)
Geoserver2.18 series (5): connect to SQLSERVER database
如何快速检查钢网开口面积比是否符合 IPC7525
【医学分割】attention-unet
Sqlserver2014+: create indexes while creating tables
编程模式-表驱动编程
最新Android高级面试题汇总,Android面试题及答案