Seaborn

import seaborn as sns

sns.lmplot() # 线性回归图

sns.regplot() # 线性回归图

sns.residplot() # 残差图

sns.swarmplot() # 蜂群图

 

sns.jointplot() # 关节图

 

sns.pairplot() # 成对图

  

sns.heatmap() # 热图

sns.boxplot() # 箱图

posted @ 2019-12-03 22:22  Leo_2018  阅读(200)  评论(0)    收藏  举报