How to change the direction of axis name?

조회 수: 2 (최근 30일)
Jasnoor Singh
Jasnoor Singh 2016년 5월 24일
댓글: Jasnoor Singh 2016년 5월 25일
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?

채택된 답변

dpb
dpb 2016년 5월 24일
xlabel('X-Direction','rotation',20)
ylabel('Y-Direction','rotation',-20)
  댓글 수: 3
dpb
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...
Jasnoor Singh
Jasnoor Singh 2016년 5월 25일
Got it. Cheers!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Labels and Annotations에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by