Syntax: |
SET YPOWERAUTO n
|
Default: |
YPOWERAUTO = 1
|
YPOWERAUTO
, along with YPOWER
,
controls the y-axis scale value that is appended to the y-axis text label.
This scale value is needed when there are not enough digits allowed for the numbers labeling the
y-axis.
YPOWERAUTO |
meaning |
2 | determine YPOWER ,
but do not append the scale value to the text label, even if it is needed |
1 | determine YPOWER , and append the scale value to the text label |
0 | use the present value of YPOWER , and append the scale value
to the text label |
If the user wishes to completely specify the appearance of the
y-axis, YPOWERAUTO
must be set to 0
, otherwise the number of
digits and decimal places,
YNUMBEROFDIGITS
and YNUMBEROFDECIMALS
,
may be changed.