📜  python seaborn heatmap减少注释大小 - Python代码示例

📅  最后修改于: 2022-03-11 14:46:29.753000             🧑  作者: Mango

代码示例1
sns.heatmap(corrmat, vmin=corrmat.values.min(), vmax=1, square=True, cmap="YlGnBu", linewidths=0.1, annot=True, annot_kws={"fontsize":8})