当前位置:网站首页>【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)
边栏推荐
- Sort out several important Android knowledge and advanced Android development interview questions
- 无法将“pip”项识别为 cmdlet、函数、脚本文件或可运行程序的名称
- [designmode] facade patterns
- 二叉搜索树(基操篇)
- Laravel post shows an exception when submitting data
- 最新Android面试合集,android视频提取音频
- Laravel5.1 Routing - routing packets
- 01tire+链式前向星+dfs+贪心练习题.1
- 【DesignMode】享元模式(Flyweight Pattern)
- Prediction - Grey Prediction
猜你喜欢
随机推荐
01tire+ chain forward star +dfs+ greedy exercise one
JS modularization
爬虫(17) - 面试(2) | 爬虫面试题库
作为Android开发程序员,android高级面试
无法将“pip”项识别为 cmdlet、函数、脚本文件或可运行程序的名称
字节跳动Android面试,知识点总结+面试题解析
OpenGL personal notes
dapp丨defi丨nft丨lp单双币流动性挖矿系统开发详细说明及源码
Pycharm IDE下载
正在准备面试,分享面经
Cesium(3):ThirdParty/zip. js
Talk about the realization of authority control and transaction record function of SAP system
二叉搜索树(基操篇)
水平垂直居中 方法 和兼容
DNS 系列(一):为什么更新了 DNS 记录不生效?
使用JSON.stringify()去实现深拷贝,要小心哦,可能有巨坑
低代码(lowcode)帮助运输公司增强供应链管理的4种方式
ATM system
URL和URI的关系
[PHP] PHP interface inheritance and interface multi inheritance principle and implementation method