Measure Reference Manual
Example
To prevent data from scrolling out of a standard 24-line by 80 character display area:
+ PAGESIZE 24
RESET PLOT
The RESET PLOT command resets one or more plot options to their default values.
NOTE: The RESET PLOT command accepts attributes, but no values. To set a plot to a value other
than the default, see SET PLOT (page 106).
Syntax
RESET [ PLOT ] { * | plot-attribute [ , plot-attribute ] ... }
PLOT
is optional if you specified PLOT as the default command object by using the ASSUME command.
plot-attribute
is one of:
FOR
resets the duration of the plot window to extend to the measurement end date and time.
FROM
resets the start of the plot window to the measurement start date and time.
SCALE-FROM
resets the lower boundary of the data-value axis to 0.
SCALE-TO
resets the upper boundary of the data-value axis to 100.
TIME-BASE
resets the TIME-BASE attribute to the default value. If a time interval was specified when
the data was collected, the default is TIME-BASE ON. Otherwise, the default is TIME-BASE
OFF.
TO
resets the end of the plot window to the measurement end date and time.
VERT-BASE
resets the display of the time axis to ON.
WIDE-ITEM
resets the density of the plot to OFF.
Related Commands
PageFunctionCommand
47Specifies a plotADD PLOT
54Deletes counter from plot descriptionDELETE PLOT
82Displays a plotLIST PLOT
106Sets plot attributesSET PLOT
RESET PLOT 103