How to make a marker circle bold?

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.

 Accepted Answer

Jim Riggs
Jim Riggs on 24 Jan 2020
Edited: Jim Riggs on 24 Jan 2020
plot(x, y, 'ro', 'linewidth',2);

2 Comments

You can make the linewidth greater than 2 if you want more bolding.
Interesting. I thought linewidth is for the lines connecting the markers only.

Sign in to comment.

More Answers (0)

Categories

Products

Release

R2019b

Tags

Asked:

on 24 Jan 2020

Commented:

on 24 Jan 2020

Community Treasure Hunt

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

Start Hunting!