How to make a marker circle bold?

237 次查看(过去 30 天)
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 中查找有关 2-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