作者:想想以前哦 | 来源:互联网 | 2023-05-19 16:28
本文由编程笔记#小编为大家整理,主要介绍了matploitlib plot 的marker相关的知识,希望对你有一定的参考价值。 plt.plot(xnew, y_smooth6,color=‘red
本文由编程笔记#小编为大家整理,主要介绍了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)