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