How to increase marker size in scatter plot?
1,931 views (last 30 days)
Show older comments
I tried to increase the marker size:
scatter(X,Y,'+','k', 'MarkerSize', 10);
How to increase the size (e.g. twice bigger '+')?
0 Comments
Accepted Answer
Stephen23
on 18 Apr 2017
Edited: Stephen23
on 18 Apr 2017
scatter(X,Y,20,'k','+')
^ this is the size
5 Comments
Igor Yashayaev
on 11 Nov 2022
I retract my statement ... The trick is that you need to indicate much larger size than you would in plot(). I tried 10 before, and the markers remained small, but 15 showed some growth.
More Answers (0)
See Also
Categories
Find more on Scatter Plots 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!