How do I reset axis ticks to normal after I modify them?
古いコメントを表示
Suppose I have turned on datetick for a specific axis. Is there a way to turn off / reset the axis ticks to normal mode with 'set' commands?
採用された回答
その他の回答 (2 件)
Ivan van der Kroon
2011 年 5 月 31 日
You can use
set(gca,'XTickLabel',xdate)
where xdate is your x-axis data. With datetick you're just changing the labels, but not the ticks themselves. Hope it helps!
1 件のコメント
Oleg Komarov
2011 年 5 月 31 日
set(gca,'xtickl',get(gca,'xtick'))
Martijn Steenwijk
2011 年 5 月 31 日
0 投票
1 件のコメント
Oleg Komarov
2011 年 5 月 31 日
Solutions don't work says nothing about your problem (since both solutions do work if applied coherently) and it's not clear what's your problem.
To see what's the difference with your problem post the formatted code (editing your answer), otherwise no clue.
カテゴリ
ヘルプ センター および File 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!