How to increase marker size in scatter plot?

1,406 次查看(过去 30 天)
I tried to increase the marker size:
scatter(X,Y,'+','k', 'MarkerSize', 10);
How to increase the size (e.g. twice bigger '+')?

采纳的回答

Stephen23
Stephen23 2017-4-18
编辑:Stephen23 2017-4-18
According to the scatter documentation, like this:
scatter(X,Y,20,'k','+')
^ this is the size
  5 个评论
Igor Yashayaev
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 CenterFile Exchange 中查找有关 Scatter Plots 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by