set xlint
set xlint interval
Specifies the interval
between labeled tick marks
on the X-axis.
Usage Notes
-
If
interval
is a positive value, the labeled tick marks will 'start' at0
, regardless of the current dimension environment. For example, if you set theinterval
to3
, the labeled tick marks will be at0, 3, 6, 9
...
-
If
interval
is a negative value, the labeled tick marks will 'start' at the axis start value, which is usually the lower limit of the X dimension environment. If this were30
(with aninterval
of10
), then the labeled tick marks would be at30, 40, 50, 60
...
-
This command is overridden by the
set xlevs
command.
-
This command will override the X-axis tick mark interval specified with the
set xaxis
command.
-
Reset by clear, but not display.
-
This command does not apply to a date/time axis.
-
set xlint
andset ylint
may not work as described when used to control grid lines for polar stereographic projections.