How do I set axes so that when I zoom in the figure the values in the window remain static and don't change
1 view (last 30 days)
Show older comments
So I have this image which was generated using the below code
Now when I zoom into the picture,the axes tend to change,what I want is that zooming in shouldn't have an effect on the overall layout.
Is there a way to fix this
Enclosed are the original figure and the zoomed in figure
And here is the code similar to
And then the one with my changes
0 Comments
Answers (1)
Prateekshya
on 9 Oct 2024
Hello Sparsh,
To ensure that the overall layout of your image does not change when you zoom in, you can lock the axis limits and disable automatic adjustments. This can be achieved by explicitly setting the axis limits and disabling auto-scaling. For more information on the same, please follow this link:
I hope this helps!
0 Comments
See Also
Categories
Find more on Data Exploration in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!