How to increase marker size in scatter plot?
1,615 ビュー (過去 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!