cmd_zoomstd Function (ROM Call 0x3A6)

AMS 1.01 or higher bascmd.h

void cmd_zoomstd (void);

Executes TI-Basic 'ZoomStd' command.

cmd_zoomstd sets the viewing window system variables ("xmin", etc.) to the following default values (depending on the graphing mode), and then updates the viewing window:

Function xmin=-10 xmax=10 xscl=1 ymin=-10 ymax=10 yscl=1 xres=2
Parametric tmin=0 tmax=2*pi tstep=pi/24 xmin=-10 xmax=10 xscl=1 ymin=-10 ymax=10 yscl=1
Polar qmin=0 qmax=2*pi qstep=pi/24 xmin=-10 xmax=10 xscl=1 ymin=-10 ymax=10 yscl=1
Sequence nmin=1 nmax=10 plotStrt=1 plotStep=1 xmin=-10 xmax=10 xscl=1 ymin=-10 ymax=10 yscl=1
3D eyeq=20 eyeF=70 eyey=0 xmin=-10 xmax=10 xscl=14 ymin=-10 ymax=10 yscl=14 zmin=-10 zmax=10 ncontour=5
Differential Equations t0=0 tmax=10 tstep=0.1 tplot=0 xmin=-1 xmax=10 xscl=1 ymin=-10 ymax=10 yscl=1 ncurves=0 Estep=1 diftol=0.001 fldres=14 dtime=0

See the TI-Basic manual for more info.


Uses: ROM Call 0x455


See also: cmd_zoombox, cmd_zoomdata, cmd_zoomdec, cmd_zoomfit, cmd_zoomint, cmd_zoomout, cmd_zoomprev, cmd_zoomrcl, cmd_zoomsqr, cmd_zoomsto, cmd_zoomtrig, cmd_zoomin