pycharm中使用seaborn

问题:pycharm中使用seaborn不显示图片

解决:import matplotlib.pyplot as plt

            最后 plt.show()即可显示

 

问题:jointplot上不显示皮尔逊系数

解决:不是直接显示的,需要自己添加

seaborn.jointplot:

http://seaborn.pydata.org/generated/seaborn.jointplot.html?highlight=jointplot#seaborn.jointplot

另:

http://seaborn.pydata.org/generated/seaborn.JointGrid.html#seaborn.JointGrid

pycharm中使用seaborn_第1张图片

你可能感兴趣的:(学习笔记)