小编use*_*820的帖子

Python Seaborn jointplot不显示图表上的相关系数和p值

我试图用下面的样本绘制联合图,我从样本中看到它应该在图表上显示相关系数和p值.然而,它并没有显示我的这些价值观.有什么建议?谢谢.

import seaborn as sns
sns.set(style="darkgrid", color_codes=True)
sns.jointplot('Num of A', ' Ratio B', data = data_df, kind='reg', height=8)
plt.show()
Run Code Online (Sandbox Code Playgroud)

python matplotlib seaborn

11
推荐指数
3
解决办法
6015
查看次数

标签 统计

matplotlib ×1

python ×1

seaborn ×1