How to change axes linewidth?
487 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Is it possible to control linewidth of axis and tics?
0 comentarios
Respuestas (4)
Lightonz
el 26 de Mayo de 2020
Get the handle of the Axes and change all you want:
H=gca;
H.LineWidth=1; %change to the desired value
0 comentarios
Anmol Pardeshi
el 18 de Feb. de 2020
go to edit -> axes properties and this will open up a property inspector. within this select "box styling" option and see the value for "LineWidth". By changing this, you will be able to change the thickness of the axes in the figure.
1 comentario
Ver también
Categorías
Más información sobre Annotations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!