How can I have different marker sizes for different points in 1 line plot
Show older comments
Is there any way to set different marker sizes for different points in 1 line plot by an array of marker sizes?
For example I have 4 points in 1 line plot, could I do something like this: h = plot... set(h, 'MarkerSizes', [1 2 3 4])
Or I have to plot the markers separately from the lines and have 4 plots for 4 points?
Thanks.
Accepted Answer
More Answers (0)
Categories
Find more on Annotations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!