plt.subplots(1, 1) x= range(100) y= [i**2 for i in x] plt.plot(x, y, linewidth = '1', ... 第一个参考网址给出了matplotlib中color可用的颜色:.
確定! 回上一頁