python中matplotlib中線條以及顏色控制

http://www.javashuo.com/article/p-ujlkirno-ev.html 代碼: plt.subplots(1, 1) x= range(100) y= [i**2 for i in x] plt.plot(x, y, linewidth = '1', label = "test", color=' coral ', linestyle=':', marker='|'
相關文章
相關標籤/搜索