Loglog - Rotation of y label
13 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
For a loglog plot, how do i rotate the y axis label?
1 commentaire
dpb
le 7 Mar 2021
Use the axis 'Rotation' property, maybe? A loglog plot is an axes same as linear one with same properties...
hAx=loglog(x,y);
ylabel('Y','Rotation',30)
Réponses (0)
Voir également
Catégories
En savoir plus sur 2-D and 3-D 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!