How to make a marker circle bold?

235 vues (au cours des 30 derniers jours)
Leon
Leon le 24 Jan 2020
Commenté : Leon le 24 Jan 2020
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
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 2-D and 3-D Plots dans Help Center et File Exchange

Tags

Produits


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by