How to increase marker size in scatter plot?
1,912 次查看(过去 30 天)
显示 更早的评论
I tried to increase the marker size:
scatter(X,Y,'+','k', 'MarkerSize', 10);
How to increase the size (e.g. twice bigger '+')?
0 个评论
采纳的回答
Stephen23
2017-4-18
编辑:Stephen23
2017-4-18
scatter(X,Y,20,'k','+')
^ this is the size
5 个评论
Igor Yashayaev
2022-11-11
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.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Scatter Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!