How to change the direction of axis name?
조회 수: 2 (최근 30일)
이전 댓글 표시
I have the following graph. I want "X-Direction" and "Y-Direction" to be written parallel to the lines of the 3D figure, just like "Pressure (kPa)" along the z axis. Right now they are placed horizontally and don't look good. Any suggestions please?

댓글 수: 0
채택된 답변
dpb
2016년 5월 24일
xlabel('X-Direction','rotation',20)
ylabel('Y-Direction','rotation',-20)
댓글 수: 3
dpb
2016년 5월 24일
No problem--btw, they're text objects so all associated properties are available. It's kinda' a tangled link to get there from where you would normally start with axes or somesuch, but eventually you can drill down if keep following the properties links...
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Labels and Annotations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!