Seaborn

Posted leo2018

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Seaborn相关的知识,希望对你有一定的参考价值。

import seaborn as sns

  • sns.lmplot()
  • sns.regplot()
  • sns.residplot()
  • sns.swarmplot()
  • sns.jointplot()
  • sns.pairplot()
  • sns.heatmap()
  • sns.boxplot()

以上是关于Seaborn的主要内容,如果未能解决你的问题,请参考以下文章

Python-数据可视化Seaborn

再见matplotlib,7 个必须尝试的 Python 数据可视化库!

常用的python库都有哪些