matlab 曲线线型、颜色和标记点 和 legend

a=linspace(1,2,10)
 

plot(a,'--pr','linewidth',1.5,'MarkerEdgeColor','r','MarkerFaceColor','m','MarkerSize',10)
 legend('a','Location','best')
 title('a','FontName','TimesNew Roman','FontWeight','Bold','FontSize',16)
 xlabel('T','FontName','Times NewRoman','FontSize',14)
 ylabel('a','FontName','Times NewRoman','FontSize',14,'Rotation',0)
 axis auto equal
 set(gca,'FontName','Times NewRoman','FontSize',14)
 
1.曲线线型、颜色和标记点类型
 plot(X1,Y1,LineSpec, …)通过字符串LineSpec指定曲线的线型、颜色及数据点的标记类型。
 
    线型     颜色    数据点标记类型
 标识符 意义 标识符 意义标识符   意义
 
- 实线 r 红色 +   加号
 -. 点划线 g 绿色 o  圆圈
 -- 虚线 b 蓝色 *  星号
 : 点线 c 蓝绿色 .  
    m 洋红色x   交叉符号
    y 黄色square(或s) 方格
    k 黑色diamond(或d) 菱形
    w 白色^   向上的三角形
       向下的三角形
       向左的三角形
       向右的三角形
     pentagram(或p) 五边形
     hexagram(或h) 六边形
 
2.设置曲线线宽、标记点大小,标记点边框颜色和标记点填充颜色等。
 plot(…,’Property Name’, Property Value, …)
 
Property Name意义    选项
 LineWidth线宽   数值,如0.5,1等,单位为points
 MarkerEdgeColor 标记点边框线条颜色 颜色字符,如’g’, ’b’等
 MarkerFaceColor 标记点内部区域填充颜色 颜色字符
 MarkerSize标记点大小   数值,单位为points

legend函数的基本用法是
 
LEGEND(string1,string2,string3, ...)
 
分别将字符串1、字符串2、字符串3……标注到图中,每个字符串对应的图标为画图时的图标。
 
例如:
 
plot(x,sin(x),'.b',x,cos(x),'+r')
 
legend('sin','cos')这样可以把"."标识为'sin',把"+"标识为"cos"
 
还可以用LEGEND(...,'Location',LOC) 来指定图例标识框的位置
 
这些是Matlab help文件。后面一段是对应的翻译和说明
 
       'North'             inside plot box near top
 
       'South'             inside bottom
 
       'East'              inside right
 
       'West'              inside left
 
       'NorthEast'         inside top right (default)
 
       'NorthWest          inside top left
 
       'SouthEast'         inside bottom right
 
       'SouthWest'         inside bottom left
 
       'NorthOutside'      outside plot box near top
 
       'SouthOutside'      outside bottom
 
       'EastOutside'       outside right
 
       'WestOutside'       outside left
 
       'NorthEastOutside'   outside topright
 
       'NorthWestOutside'   outside topleft
 
       'SouthEastOutside'   outsidebottom right
 
       'SouthWestOutside'   outsidebottom left
 
       'Best'              least conflict with data in plot
 
       'BestOutside'       least unused space outside plot
 
       'North'            图例标识放在图顶端
 
       'South'           图例标识放在图底端
 
       'East'              图例标识放在图右方
 
       'West'             图例标识放在图左方
 
       'NorthEast'      图例标识放在图右上方(默认)
 
       'NorthWest     图例标识放在图左上方
 
       'SouthEast'     图例标识放在图右下角
 
       'SouthWest'    图例标识放在图左下角
 
(以上几个都是将图例标识放在框图内)
 
       'NorthOutside'         图例标识放在图框外侧上方
 
       'SouthOutside'        图例标识放在图框外侧下方
 
       'EastOutside'          图例标识放在图框外侧右方
 
       'WestOutside'         图例标识放在图框外侧左方
 
       'NorthEastOutside'  图例标识放在图框外侧右上方
 
       'NorthWestOutside' 图例标识放在图框外侧左上方
 
       'SouthEastOutside'  图例标识放在图框外侧右下方
 
       'SouthWestOutside' 图例标识放在图框外侧左下方
 
(以上几个将图例标识放在框图外)
 
       'Best'                     图标标识放在图框内不与图冲突的最佳位置
 
       'BestOutside'          图标标识放在图框外使用最小空间的最佳位置
 
还是用上面的例子
 
legend('sin','cos','location','northwest')可以将标识框放置在图的左上角。
 
   Examples:
 
       x = 0:.2:12;
 
       plot(x,bessel(1,x),x,bessel(2,x),x,bessel(3,x));
 
       legend('First','Second','Third');
 
       legend('First','Second','Third','Location','NorthEastOutside')
 
       b = bar(rand(10,5),'stacked'); colormap(summer); hold on
 
       x =plot(1:10,5*rand(10,1),'marker','square','markersize',12,...
 
                'markeredgecolor','y','markerfacecolor',[.6 0 .6],...
 
                'linestyle','-','color','r','linewidth',2); hold off
 
       legend([b,x],'Carrots','Peas','Peppers','Green Beans',...
 
                 'Cucumbers','Eggplant')

  • 3
    点赞
  • 36
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值