线条的属性有:Color —— 颜色、LineWidth —— 线条宽度、LineStyle —— 线型、LineJoin —— 线条边角的样式、 AlignVertexCenters —— 锐化垂直线和水平线...线条属性的默认值为 ([0,0,0],’-‘,’0.5′,’round’,’off’)
颜色、线型、
一、线条颜色
二、线条宽度
线条宽度的默认值为 0.5,线条宽度只能指定正值...如何设置线条宽度:
plot(t,sin(t-pi),’:bs’,‘LineWidth’,5)
plot(t,y,’-bs’,’LineWidth’,2,… %设置线的宽度为2
‘MarkerEdgeColor...:https://jingyan.baidu.com/article/fec7a1e51b2d4f1190b4e7ff.html
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn.../139860.html原文链接:https://javaforall.cn