line plot
程序员文章站
2022-07-13 11:04:25
...
import matplotlib.pyplot as plt
from numpy.random import randn
plt.style.use('ggplot')
plot_data1=randn(50).cumsum()
plot_data2=randn(50).cumsum()
plot_data3=randn(50).cumsum()
plot_data4=randn(50).cumsum()
fig=plt.figure(1,figsize=(10,8),facecolor="white")
ax=fig.add_subplot(1,1,1)
ax.spines["left"].set_color("white")
ax.spines["bottom"].set_color("white")
ax.plot(plot_data1,marker=r'o',markersize=4,markeredgecolor='black',color=u'blue',linestyle='-',label='Blue Solid')
ax.plot(plot_data2,marker=r'+',color=u'red',linestyle='--',label='Red Dash')
ax.plot(plot_data3,marker=r'*',color=u'green',linestyle='-.',label='Green Dash Dot')
ax.plot(plot_data4,marker=r's',color=u'orange',linestyle=':',label='Orange Dotted')
ax.xaxis.set_ticks_position('bottom')
ax.yaxis.set_ticks_position('left')
plt.title('Line Plots:Markers,Colors,and Linestyles')
plt.xlabel('Draw')
plt.ylabel('Random Number')
plt.legend(loc='best')
plt.grid()
plt.savefig('E:\python\慕课网 python\.idea\photo\line_plot.png',dpi=400,bbox_inches='tight')
plt.show()
推荐阅读
-
连我line被屏蔽或*的解决方法
-
IE上网时提示stack overflow at line:0的三种解决办法
-
使用yum命令报错File "/usr/bin/yum", line 30 except KeyboardInterrupt, e:
-
IE上网时提示stack overflow at line:0的三种解决办法
-
python中plot实现即时数据动态显示方法
-
pip 错误unused-command-line-argument-hard-error-in-future解决办法
-
微信借助端91助手完美导入LINE表情方法
-
解决python中使用plot画图,图不显示的问题
-
添加或删除程序出现提示Value creation failed at line 521如何处理
-
PHP XML error parsing SOAP payload on line 1