Xtick

$OO￿$SOHWV

Ytick

$OO￿$SOHWV

Xmin / Xmax

$OO￿$SOHWV

Ymin / Ymax

$OO￿$SOHWV

Defines 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

n & Xtick where n > 0

Defines 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

n & Ytick where n > 0

Defines 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

n1 & Xmin n2 & Xmax where n2 > n1

Defines the minimum and maximum vertical values of the plot screen. Appears as the YRNG fields (vertical range) in the Plot Setup input form.

From Plot Setup, enter the values for YRNG.

or

In a program, type

n1 & Ymin n2 & Ymax where n2 > n1

15-36

Programming