How to make a marker circle bold?

72 visualizzazioni (ultimi 30 giorni)
Leon
Leon il 24 Gen 2020
Commentato: Leon il 24 Gen 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.

Risposta accettata

Jim Riggs
Jim Riggs il 24 Gen 2020
Modificato: Jim Riggs il 24 Gen 2020
plot(x, y, 'ro', 'linewidth',2);
  2 Commenti
Jim Riggs
Jim Riggs il 24 Gen 2020
You can make the linewidth greater than 2 if you want more bolding.
Leon
Leon il 24 Gen 2020
Interesting. I thought linewidth is for the lines connecting the markers only.

Accedi per commentare.

Più risposte (0)

Categorie

Scopri di più su 2-D and 3-D Plots in Help Center e File Exchange

Prodotti


Release

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by