Loglog - Rotation of y label
13 views (last 30 days)
Show older comments
For a loglog plot, how do i rotate the y axis label?
1 Comment
dpb
on 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)
Answers (0)
See Also
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!