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='|'
相关文章
相关标签/搜索