How to change axes linewidth?
235 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Is it possible to control linewidth of axis and tics?
0 commentaires
Réponses (4)
Lightonz
le 26 Mai 2020
Get the handle of the Axes and change all you want:
H=gca;
H.LineWidth=1; %change to the desired value
0 commentaires
Anmol Pardeshi
le 18 Fév 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 commentaire
Voir également
Catégories
En savoir plus sur Line Plots dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!