Tstep

Parametric

Xcross

All Aplets

Ycross

All Aplets

Xtick

All Aplets

Ytick

All Aplets

Xmin / Xmax

All Aplets

Sets the step size for the independent variable.

From the Plot Setup input form, enter values for TSTEP.

or

In a program, type

nTstep

where n > 0

Sets the horizontal coordinate of the crosshairs. Only works with TRACE off.

In a program, type

nXcross

Sets the vertical coordinate of the crosshairs. Only works with TRACE off.

In a program, type

nYcross

Sets the distance between tick marks for the horizontal axis.

From the Plot Setup input form, enter a value for Xtick.

or

In a program, type

nXtick where n > 0

Sets the distance between tick marks for the vertical axis.

From the Plot Setup input form, enter a value for Ytick.

or

In a program, type

nYtick where n > 0

Sets the minimum and maximum horizontal values of the plot screen. Appears as the XRNG fields (horizontal range) in the Plot Setup input form.

From Plot Setup, enter values for XRNG.

or

In a program, type

Programming

18-37