how to make the text in the center of each cell

前端 未结 0 1572
臣服心动
臣服心动 2021-01-12 14:43

I am plotting a confusion matrix using the following code:

import seaborn as sns sns.heatmap(cm, annot=True, center = True, fmt="d"

相关标签:
回答
  • 消灭零回复
提交回复
热议问题