Loglog - Rotation of y label

For a loglog plot, how do i rotate the y axis label?

1 Comment

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)

Sign in to comment.

Answers (0)

Tags

Asked:

on 7 Mar 2021

Commented:

dpb
on 7 Mar 2021

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!