set xlevs

set xlevs lev1 lev2 ... levN

Allows the user to specify each individual labeled tick mark for the X-axis.

Usage Notes

  1. Reset by clear, but not display.

  2. set xlevs will override the tick mark interval specified with the set xlint command.

  3. If you use set xaxis to specify labeled tick marks and also invoke set xlevs, then the tick marks lev1 ... levN specified with set xlevs will appear if they fall within the start and end range specified in the set xaxis command.

  4. This command does not apply to a date/time axis.

Examples