Xtick
All Aplets
Ytick
All Aplets
Xmin / Xmax
All Aplets
Ymin / Ymax
All Aplets
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
n X Xtick 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
n X Ytick 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
n1 X Xmin
n2 X Xmax where n2 > n1
Sets 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 X Ymin
n2 X Ymax where n2 > n1
Programming |