282 Programming
Or, in a program, type
Tstep
where
Xcross Sets the horizontal coordinate of the crosshairs.
Only works with TRACE off ( ). From the Plot view,
use the cursor keys to move to the desired x-value.
Or, in a program, type:
Xcross
Ycross Sets the vertical coordinate of the crosshairs.
Only works with TRACE off ( ). From the Plot view,
use the cursor keys to move to the desired y-value.
Or, in a program, type:
Ycross
Xtick Sets the distance between tick marks for the horizontal
axis.
From Plot Setup input, enter a value for Xtick.
Or, in a program, type:
Xtick where
Ytick Sets the distance between tick marks for the vertical axis.
From Plot Setup, enter a value for Ytick.
Or, in a program, type:
Ytick where
Xmin/Xmax 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:
Xmin
Xmax
where