matplotlib学习 Posted on 2018-08-Sun Views: Views: 123plt.figure()plt.plot(x, y)plt.show()plt.subplot(2,2,3)可以简写成plt.subplot(223)