matploitlib plot 的marker

Posted lm3306

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了matploitlib plot 的marker相关的知识,希望对你有一定的参考价值。

技术分享图片

技术分享图片

plt.plot(xnew, y_smooth6,color=‘red‘,linewidth = ‘3‘,label=‘p1=0.6,p2=0.6 n1=2000 n2=2000‘,markerfacecolor=‘red‘,marker=‘o‘,markersize=12)
plt.plot(xnew, y_smooth7,color=‘green‘,linewidth = ‘3‘,label=‘p1=0.6,p2=0.8 n1=2000 n2=2000‘,markerfacecolor=‘green‘,marker=‘*‘,markersize=15)
plt.plot(xnew, y_smooth8,color=‘blue‘,linewidth = ‘3‘,label=‘p1=0.8,p2=0.8 n1=2000 n2=2000‘,markerfacecolor=‘blue‘,marker=‘s‘,markersize=12)

 



以上是关于matploitlib plot 的marker的主要内容,如果未能解决你的问题,请参考以下文章

python plotly graph_objects box marker的属性异常颜色不起作用(可能的错误)

如何用plt在像素坐标中画图

利用matlab.plot绘制多条线,不同的marker,color,设置网格,标签,克服图表中中文不显示问题

Plotly.deleteTraces 使用跟踪的属性名称

matplotlib plot参数

plotly.js,如何调整标题区域大小