Matplotlib散点图如何为相同大小提供相同的颜色

时间:2020-02-20 04:57:53

标签: python-3.x matplotlib scatter-plot

我有两个数组和前两个数组的差值数组

X = [1, 5, 63, 77, 103, 148, 156, 177, 183]
Y = [3, 46, 65, 87, 129, 150, 166, 181, 186]
Diff  = [ 2 41  2 10 26  2 10  4  3  3] 

如何在python中使用matplotlib使用x,y,diff绘制此数据的散点图,其中相同的差值显示相同的颜色?

1 个答案:

答案 0 :(得分:3)

您应该使用'c'参数为差异着色。 请参见以下代码:

  val year = c.get(Calendar.YEAR,-18)

enter image description here