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 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(1 个)
Prateekshya
2024-10-9
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 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Data Exploration 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!