Loglog - Rotation of y label

13 次查看(过去 30 天)
Khalid Alsinan
Khalid Alsinan 2021-3-7
评论: dpb 2021-3-7
For a loglog plot, how do i rotate the y axis label?
  1 个评论
dpb
dpb 2021-3-7
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)

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 2-D and 3-D Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by