Loglog - Rotation of y label
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)
Categories
Find more on Log 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!