码迷,mamicode.com
首页 > 其他好文 > 详细

matploitlib plot 的marker

时间:2018-10-10 16:08:45      阅读:417      评论:0      收藏:0      [点我收藏+]

标签:info   技术   label   ima   markers   smooth   new   RKE   ace   

技术分享图片

技术分享图片

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

标签:info   技术   label   ima   markers   smooth   new   RKE   ace   

原文地址:https://www.cnblogs.com/lm3306/p/9766860.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!