matplotlib学习

1
2
3
plt.figure()
plt.plot(x, y)
plt.show()

plt.subplot(2,2,3)可以简写成plt.subplot(223)

请作者喝一杯咖啡☕️