赞
踩
http://www.cocoachina.com/articles/98946
ax = plt.subplot(1, 1, 1)ax.plot(x, y)ax.set_ylim(bottom=0.)plt.show()
加入ax.set_ylim(bottom=0.)这一句!