How does the zoom out feature work?

5 vues (au cours des 30 derniers jours)
Ken
Ken le 12 Fév 2024
Commenté : Ken le 15 Fév 2024
On a uiaxes plot, the zoom in tool (magnifying glass with a + sign) works quite nicely. Having chosen that tool, I drag a rectangle across the plot, and it zooms in.
There is also a zoom out tool (magnifying glass with a - sign). When I choose that tool and then click or drag on the plot, ABSOLUTELY NOTHING HAPPENS. What is the secret to it? How does this tool work?

Réponses (2)

Voss
Voss le 12 Fév 2024
Two things to be aware of:
  1. You can't click-and-drag with zoom out, i.e., you can't select a region that's larger than the current view. Zoom out happens when you click, and subsequent dragging has no effect.
  2. You have to zoom in or pan before you can zoom out. That is, by default MATLAB won't let you zoom out beyond the initial limits of the plot.
  2 commentaires
Austin M. Weber
Austin M. Weber le 12 Fév 2024
@Ken, The above is correct. In addition to this, if you want to return to the original plot size after zooming in/out, you can click the home icon (looks like a house), and that will revert the plot to its default state.
Ken
Ken le 15 Fév 2024
Yes, but in fact when I have zoomed in and then picked the zoom out tool (it's highlighted blue) and I click in the graph, NOTHING happens. Click repeatedly, with or without dragging, nothing happens. On any graph, ever.

Connectez-vous pour commenter.


Walter Roberson
Walter Roberson le 12 Fév 2024
As you zoom in, the tools internally keep a history of your positions. When you zoom out, the tool pops the previous position off and restores it.

Catégories

En savoir plus sur Data Exploration dans Help Center et File Exchange

Tags

Produits


Version

R2023b

Community Treasure Hunt

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

Start Hunting!

Translated by