The ZoomStd Command

We're glad you came by, but you might find what you're looking for elsewhere.

TI-Basic Developer is not the site it once was. While its information on commands and other calculator features remains almost second-to-none, its forum, archives, and even hosting service, Wikidot, have been decaying for years. The calculator community would love to see what you're working on, or help you in your next coding adventure, but TI-Basic Developer is no longer the place to do it.

Instead, you should head over to Cemetech (primarily American) or TI-Planet (primarily international). Both are active, well-established forums with their own archives, chatrooms, reference material, and abundant coding tools and resources. We'll see you there, we hope.

zoomstd.png

Command Summary

Sets the window variables to their default settings.

Command Syntax

ZoomStd

Menu Location

This command can't be found in any menu besides the command catalog.

Calculator Compatibility

This command works on all calculators.

Token Size

2 bytes

The ZoomStd command initializes the window variables applicable to the current mode to their default values. These default values are:

  • xmin=-10, xmax=10, xscl=1 (except in differential equation mode, where xmin=-1)
  • ymin=-10, ymax=10, yscl=1
  • xres=2 (in function mode)
  • tmin=0, tmax=2π, tstep=π/24 (in parametric mode)
  • θmin=0, θmax=2π, θstep=π/24 (in polar mode)
  • nmin=0, nmax=10, plotStrt=1, plotStep=1 (in sequence mode)
  • eyeθ=20, eyeφ=70, eyeψ=0, xgrid=14, ygrid=14, zmin=-10, zmax=10, and ncontour=5 (in 3D mode)
  • t0=0, tmax=10, tstep=0.1, tplot=0, ncurves=0, diftol=0.001, and fldres=20 (in differential equation mode)

See the System Variables article for details on what these variables actually do.

Advanced Uses

One common use for ZoomStd is as a prelude to ZoomInt in a program. This makes sure that the window variables are the same each time, which ZoomInt alone doesn't guarantee.

Related Commands

See Also

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Noncommercial 2.5 License.