TI-86 Tutorial


The GRAPH/WIND Option

The GRAPH/WIND option is used to specify the viewing area of the graph display window. It provides the following screen:

WINDOW
xMin= -10
xMax=10
xScl=1
yMin= -10
yMax=10
yScl=1
xRes=1

The values shown are the default values provided by GRAPH/ZOOM/ZSTD. The values of xMin and xMax are the limits used by GRAPH on the range of the x variable and xScl is the increment used for tic marks on the x-axis. yMin, yMax, and yScl are used for the y variable. The constant xRes determins the precission used to graph the function (1 being the highest).