YTickLabel Rotate and 3D plots

조회 수: 1 (최근 30일)
Matlab2010
Matlab2010 2012년 7월 18일
I have some data and wish to plot it using surf.m eg
mat = randn(100,5);
surf(mat)
I can label the 3 axis of my plot and set them to show the values i want, as per usual. great.
I now notice that the y-axis looks clustered and so would like to rotate the labels. In the past I have used one of the many excellent functions on the file exchange (eg http://www.mathworks.com/matlabcentral/fileexchange/3486-xticklabelrotate) however these only work for rotating the x-label.
I dont have the time/ability/inclination to write my own version for the y-label.
any suggestions? Have I missed something obvious? Anyone know of any existing code to do this for me which I havent been able to find?
thank you

답변 (0개)

카테고리

Help CenterFile Exchange에서 Grid Lines, Tick Values, and Labels에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by