
Figure 7.16 Graph Axes with LOGEXPAND
LOGEXPONENT
places the tick marks at integer powers of the base, but identifies the values by
the exponent. For example, if you specified LOGBASE=10, the tick marks might
be at 1, 10, 100, 1000, but the tick values would read 0, 1, 2, 3. See Figure 7.17
on page 897 .
Figure 7.17 An Axis with LOGEXPONENT
LINEAR
places the tick marks at uniform linear intervals, but spaces them logarithmically.
In some cases an intermediate tick mark is placed between the first and second
marks.
For example, if the data on this axis range from 14 to 1154, and you specify
LOGBASE=10, then the tick marks might be at 10, 40, 200, 400, ...