Can I change the way Matlab2020b determines default y limits of plots?

6 views (last 30 days)
I recently switched from Matlab 2016b to 2020b and realized that these two versions use different methods to set default y limits of the plots.
In 2016b, Matlab automatically chose the y limit values with nice round figures. e.g., if the data distribution is between 0.49-0.74, it choses [0.4 0.8] as the y limits.
In contrast, 2020b does not seem to care whether the y limits are round figures or not. It uses y limits with obscure values that maximize the visibility of the data points. e.g. [0.46 0.77] in the above example.
I prefer having nice round figures for the y limits. Is there any way to change the way Matlab2020b determines y limits?
Thanks,
Hiroyuki

Answers (1)

Pratyush Roy
Pratyush Roy on 27 Oct 2020
Hi,
The limits for the axis objects are set automatically in 2020b by default and hence it can take values which are not rounded.
As a possible workaround, you can set the 'YLimMode' property of the axis object to 'manual' to manually set the y-imits to rounded values.
You can go through the following link for further help:
  2 Comments
Hiroyuki Kato
Hiroyuki Kato on 27 Oct 2020
I understand that 2020b automatically sets the y limits, and so did 2016b. My problem is that "the way it sets automatically" is obviously different from the old version. Is there any way I can go back to the old way? Setting the limits manually every time does not sound like a great idea...

Sign in to comment.

Categories

Find more on Graphics Performance in Help Center and File Exchange

Tags

Products


Release

R2020b

Community Treasure Hunt

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

Start Hunting!