
EXPONENT
the values are interpreted as integer exponents of the base.
Default
EXPANDED
Interaction
This option has no effect unless you also specify TYPE=LOG. You
must also specify values for the VALUES= option or the MIN= and
MAX= options or all of them.
Tip
This option is particularly useful when the log axis is an odd base (such
as base E) or the axis log style is EXPONENT.
Examples
The following example specifies MIN= and MAX= as exponent values
instead of expanded values on an expanded Base 10 log axis. This
results in Y-axis tick values of 10, 100, 1000, 10000, and 100000.
yaxis type=log logbase=10 logstyle=logexpand
logvtype=exponent
min=1 max=5; ...