How to make a marker circle bold?

189 Ansichten (letzte 30 Tage)
Leon
Leon am 24 Jan. 2020
Kommentiert: Leon am 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.

Akzeptierte Antwort

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

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Tags

Produkte


Version

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by