How to increase marker size in scatter plot?
조회 수: 1,506 (최근 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!