如何在热图中用数字和文本可视化数据?

时间:2019-07-10 09:21:53

标签: python pandas data-visualization heatmap

假设我具有以下变量:-

words = ["He is a good artist hopefully"]
specs = ["Spec1", "Spec2", "Spec3",
           "Spec4", "Spec5",  "Spec6"]

scores = np.array([[0.1, 0.039, 0.1223, 0.0105, 0.0604, 0.0899]])

如果我想以彩色编码/热图形式显示specsscores的最佳方法是什么?

0 个答案:

没有答案