Syntax: |
SET XNSINCS n
|
Default: |
XNSINCS = 5
|
XNSINCS
controls the number of
small, unlabeled, tic marks to be displayed between the large, labeled,
tic marks on the x-axis.
XNSINCS |
meaning |
≤ 1 | no small tic marks on the x-axis. |
≥ 2 | the number of small tic marks on the x-axis,
between each pair of large, labeled, tic marks, will be XNSINC-1 . |
If |XLOGBASE| = 10.0
, the small
tic marks on the x-axis can be specified exactly with
XNSINC
. If small tic marks are
desired at the locations j*10n
, where
2 ≤ j ≤ 9
, then set
XNSINC = -j
. For example, if you
want small tic marks at 2*10n
,
4*10n
, 5*10n
, and
8*10n
, then set
XNSINC = -2458
.