如何增加Seaborn热图中用于注释的像元大小

时间:2018-07-02 23:45:57

标签: matplotlib data-visualization heatmap seaborn

我想用Failed to load http://localhost:53819/api/CIE/: No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://localhost:4200' is therefore not allowed access. 66x66(共享的here)来绘制min=0混淆矩阵。由于我想注释单元格,因此我正在使用max=15075。但是,即使尝试了其他堆栈溢出帖子(如thisthisthis中建议的方法,我似乎也无法在单元格中拟合值。这是我当前的代码:

annot=True

运行上面的代码时,它返回一个看起来像这样的图形

enter image description here

我希望带注释的图形适合热图的每个单元格,并且如果可能的话,颜色范围应更合理一些(而不是像现在一样都是黑色的)。

任何改进建议将不胜感激。谢谢。

0 个答案:

没有答案