XTickLabels after the zooming
古いコメントを表示
Hi,
I would like to know how I can set the new xticklabels in a 2D graphic after the zooming. But, I want to delete the previous xticklabels too. The xticklabels are rotated.
I think that the issue could be when I use the zoom per default of matlab.
How can I do it?
thanks
regards
4 件のコメント
Andrew Newell
2011 年 3 月 22 日
Are you using the software from the File Exchange (http://www.mathworks.com/matlabcentral/fileexchange/27812-rotate-x-axis-tick-labels)?
Andrew Newell
2011 年 3 月 22 日
I think you'll need to provide a more explicit example.
Mtlb Usr
2011 年 3 月 25 日
Mtlb Usr
2011 年 3 月 28 日
回答 (1 件)
Daniel Sternberg
2011 年 4 月 13 日
1 投票
If you are using custom XTickLabels (which it sounds like you are since MATLAB doesn't rotate the labels by default), the best approach is to use the "ActionPostCallback" of the zoom object. Examples of its use are available in the documentation. At the command prompt, type
doc zoom
カテゴリ
ヘルプ センター および File Exchange で Display Image についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!