Loglog - Rotation of y label
13 ビュー (過去 30 日間)
古いコメントを表示
For a loglog plot, how do i rotate the y axis label?
1 件のコメント
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 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!