How to format YTickLabel with x10^n on when plotting a figure?
7 views (last 30 days)
Show older comments
Albert Bing
on 24 Mar 2016
Answered: Sean de Wolski
on 8 Jan 2018
How to set the decimal digits of YTickLabel in figure? I tried some ways, but numbers with '%.4f' was too long, numbers with '%.2e' not good, either.
The following figure may be helpful for my question.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/158719/image.png)
The left one uses
set (gca, 'YTickLabel', num2str (get (gca, 'YTick').' , '%.4f) )
The central one uses
set (gca, 'YTickLabel', num2str (get (gca, 'YTick').' , '%.2e) )
And the right one uses the default settings.
What I really want is as following figure.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/158720/image.png)
0 Comments
Accepted Answer
More Answers (1)
Danesh Bankwala
on 8 Jan 2018
Edited: Danesh Bankwala
on 8 Jan 2018
Did you ever figure this out? I have a similar problem.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!