15.64.35 LIMITS

SET LIMITS [CURSOR] [PERMANENT] [SCALE n1 [[TO] n2]] either... FROM [X=]nx,[[Y=]ny,[[Z=]nz]]] TO [X=]nx,[[Y=]ny,[[Z=]nz]]] or... [X [FROM] x [TO] x] [Y [FROM] y [TO] y] [Z [FROM] z [TO] z] [XMIN=x] [XMAX=x] [YMIN=y] [YMAX=y] [ZMIN=z] [ZMAX=z] [PERMANENT] Limits define the space to draw the data. They do not necessarily limit the data points plotted. Normally limits are automatically set from all available data during the first plot. If you read data, plot and then read more data and plot again, the first data set determines the limits. This command allows you to set the limits of the plot independently of the data. This should be used before the first PLOT, JOIN, HIST, or BARGRAPH command. The limits are reset when a new plot is started. If this command is issued without any limits specified, all currently set limits are removed. WARNING If this command is issued in between 2 plots overlaying each other, they will not have the same scales. See also:SET WINDOW