关闭matplotlib中的步骤

时间:2014-03-18 20:41:33

标签: python matplotlib

说我有以下情节:

x = array([ 40,  60,  80, 100, 120, 138, 160, 200, 240])
y = array([ 6,  5, 11,  6,  6,  0,  2,  1,  3])

plt.figure()
plt.step(x, y, where='mid')
plt.show()

如何制作相同的图,以便蓝线从轴 y = 0 开始和结束?

enter image description here

0 个答案:

没有答案