我有一个二维数组。假设第1列(一个分布),范围从0-2,第2列,范围从2-4,第3列,从4-6等等。我想为每个列绘制一个直方图,按范围着色,因此
column 1, blue-0 and red-2,
column 2, blue-2 and red-4,...and等等。
发布于 2012-01-25 00:23:35
请看一下matplotlib.pyplot.hist。
发布于 2012-01-25 00:23:48
我不确定,但我想你可以看看matplotlib。
https://stackoverflow.com/questions/8990277
复制相似问题