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.

 Réponse acceptée

Jim Riggs
Jim Riggs le 24 Jan 2020
Modifié(e) : Jim Riggs le 24 Jan 2020

4 votes

plot(x, y, 'ro', 'linewidth',2);

2 commentaires

Jim Riggs
Jim Riggs le 24 Jan 2020
You can make the linewidth greater than 2 if you want more bolding.
Leon
Leon le 24 Jan 2020
Interesting. I thought linewidth is for the lines connecting the markers only.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Line Plots dans Centre d'aide et File Exchange

Produits

Version

R2019b

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by