How can I rotate the axis tick labels in 2-D and 3-D?
이전 댓글 표시
I would like to rotate the axis tick labels in 2-D and 3-D.
채택된 답변
추가 답변 (2개)
daniel
2015년 2월 12일
if you have 2014b you can do this:
ax = gca;
ax.XTickLabelRotation = -45;
Alexey
2016년 1월 6일
편집: MathWorks Support Team
2021년 11월 4일
카테고리
도움말 센터 및 File Exchange에서 Axis Labels에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!