Property | Value |
---|---|
Hex Value | $BB65 |
Categories | |
Localizations |
|
ZoomFit
Overview
Recalculates Ymin
and Ymax
to include the minimum and maximum Y
values, between Xmin
and Xmax
, of the selected functions and replots the functions.
Availability: Token only available from within the Basic editor.
Syntax
ZoomFit
Location
zoom, ZOOM
, 0:ZoomFit
Description
The ZoomFit zooms to the smallest window that contains all points of the currently graphed equations. In Func mode, this means that it calculates the minimum and maximum Y-value for the current Xmin to Xmax range, and sets Ymin and Ymax to those values (Xmin and Xmax remain unchanged). In other graphing modes, this process is done for both X and Y over the range of T, θ, or n.
Optimization
When graphing an equation with ZoomFit, the calculator will first calculate all points to find the minimum and maximum, then calculate all the points again to graph it. This can be time consuming if the equation is very complicated, and in that case doing part of the process manually might be faster if you reuse the points.
Error Conditions
- ERR:INVALID is thrown if this command is using outside a program (although the menu option, of course, is fine).
- ERR:WINDOW RANGE is thrown when the window ends up being empty (if the function is constant, for example)
Related Commands
Source: parts of this page were written by the following TI|BD contributors: DarkerLine, GoVegan, HJTP.
History
Calculator | OS Version | Description |
---|---|---|
TI-83 | 1.010 | Added |