matplotlib網格

一、舉例 (一) import numpy as np import matplotlib.pyplot as plt y=np.arange(1,5) plt.plot(y,y2) plt.grid(True,color=‘r’,linewidth=‘0.5’,linestyle=’-.’) plt.show() (二)面向對象的方法 import numpy as np import matp
相關文章
相關標籤/搜索