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