set xlevs
set xlevs lev1 lev2 ... levN
Allows the user to specify each individual labeled tick mark for the X-axis.
Usage Notes
-
Reset by clear, but not display.
-
set xlevs
will override the tick mark interval specified with theset xlint
command.
-
If you use
set xaxis
to specify labeled tick marks and also invokeset xlevs
, then the tick markslev1 ... levN
specified withset xlevs
will appear if they fall within thestart
andend
range specified in theset xaxis
command.
- This command does not apply to a date/time axis.