matplotlib论证'左'必须是1或标量python

时间:2015-03-10 15:58:41

标签: python matplotlib

我尝试绘制甘特图,有人可以帮助我,我的错误在哪里,我的代码看起来像这样:

pos = np.arange(4)+0.5
ax.barh(pos, [4.629627, 0.000011, 6.994444, 3.472222], 
       align = 'center', left=[735661.2, 735661.3, 735661.4, 735661.5], 
       height=0.5, color='m', alpha=0.9)

我的脚本总是以下一个错误结束:

AssertionError: Incompatible sizes: argument 'left' must be length 1 or scalar

0 个答案:

没有答案