How to make a marker circle bold?

238 visualizaciones (últimos 30 días)
Leon
Leon el 24 de En. de 2020
Comentada: Leon el 24 de En. de 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.

Respuesta aceptada

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

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by