Mouse zoom box collapses to zero width
1 次查看(过去 30 天)
显示 更早的评论
I've noticed that when I'm using the mouse to zoom into an smaller area on a plot, when the width of the zoom box narrows to a certain point, it collapses to a width of zero. I don't know the point at which it collapses. It seems to be at some number of pixels that is the same regardless of how wide the plot is on the screen. Is there a way to stop this? (i.e like turning off a snap-to-grid function?) Or is this a bug?
Thanks a bunch
Bill
0 个评论
采纳的回答
Cris LaPierre
2020-12-8
编辑:Cris LaPierre
2020-12-8
Hi Otis. I discovered the following.
This behavior is intentional. When the ratio of your width to height reaches some critical value, the icon changes from a box to either an I (if width << height) or an H (if height << width). When this happens, the plot will only zoom one axis using the values indicated by the bars (I zooms the Y-Axis, H zooms the X-Axis).
This does mean you can still draw smaller boxes. You just need to be careful about the ratio of the box width and height.
I can anticipate scenarios where having an easy way to zoom just one axis is desireable, and this seems like a reasonable solution. If you have feedback about the current sensitivity or critical ratio being used, perhaps due to a specific scenario you are facing, please do feel free to provide feedback by contacting customer support.
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!