How to make a marker circle bold?

조회 수: 189 (최근 30일)
Leon
Leon 2020년 1월 24일
댓글: Leon 2020년 1월 24일
Below is my command to make a simple plot. How do I make the circle line of the marker bold without making the circle bigger?
plot(x, y, 'ro');
Thanks.

채택된 답변

Jim Riggs
Jim Riggs 2020년 1월 24일
편집: Jim Riggs 2020년 1월 24일
plot(x, y, 'ro', 'linewidth',2);
  댓글 수: 2
Jim Riggs
Jim Riggs 2020년 1월 24일
You can make the linewidth greater than 2 if you want more bolding.
Leon
Leon 2020년 1월 24일
Interesting. I thought linewidth is for the lines connecting the markers only.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Surface and Mesh Plots에 대해 자세히 알아보기

태그

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by