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

采纳的回答

Cris LaPierre
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.
  1 个评论
Otis
Otis 2020-12-8
Hey Cris ... Thanks for the answer. I think that the reason that I am sensitive to this is that many times I plot multiple lines, each with a lot of points. I always want to zoom into a narrow domain to see how the lines compare. Sure, I could plot a narrow domain to begin with, but most of the time I don't know what that will or should be. While it is a very minor nusisance, it's definitely not a show stopper.
Thanks again,
Bill

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Visual Exploration 的更多信息

标签

产品


版本

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by