MATLAB: Line series marker question

plot marker type line series different markers

When plotting, is it possible to have more than one marker type for the same line series? eg…. plot([0 1],[0 1]) – with two different markers?

Best Answer

No, any one lineseries is restricted to a single marker type. If you want different markers then you must either split in to different lineseries or you must text() or line() the markers in to place yourself. If you text() or line() the markers yourself, watch out for the effects of zoom.