from matplotlib import pyplot as plt plt.rcParams["figure.figsize"] = (8,5) plt.plot([1,2,3,4],[1,2,1,3]) plt.show()
沒有留言:
張貼留言