【发布时间】:2020-07-21 00:32:39
【问题描述】:
如何查看我的完整热图?
fig = plt.subplots(figsize=(10,5))
corrmat=data.corr()
sns.heatmap(corrmat,annot=True)
plt.show()
【问题讨论】:
-
是的,但我没有找到解决方案
-
从同一个问题线程中,如果更新 matplotlib 不可行,我喜欢this solution。
标签: python matplotlib seaborn heatmap