Scilab 6.0.0
Ajuda do Scilab >> Biblioteca de Gráficos > axes_operations > zoom_auto
zoom_auto
Zoom automatically to the visible values of all axes of the figure
Syntax
zoom_auto() zoom_auto(h)
Parameters
- h:
A Figure or Axes handle to zoom automatically
Description
This function update the zoom_box of all axes of the figure when there is some zoom applied to it or update the data bounds otherwise. After the call the user will be able to view all visible data even if mis-configured something.
Examples
See also
History
Versão | Descrição |
5.5.3 | Function zoom_auto introduced. |
Comments
Add a comment:
Please login to comment this page.