How to make a marker circle bold?

237 ビュー (過去 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 Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

製品


リリース

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by