Spacing of numerical labels for a Plot NumLabGap(axis)
"
NumLabGap(2)=-0.01"
specifies where the numerical label for the second axis should be
drawn.
For each axis, the NumLabGap value gives the spacing between the axis line (or edge of the plotting area, if appropriate) and the nearest edge of the corresponding numerical axis labels. Positive values cause the descriptive label to be placed on the opposite side of the line to the default tick marks, while negative values cause it to be placed on the same side.
The NumLabGap value should be given as a fraction of the minimum dimension of the plotting area, the default value being 0.01.
If no axis is specified, (e.g. "
NumLabGap"
instead of "
NumLabGap(2)"
), then a "
set"
or "
clear"
operation will affect the attribute value of all the Plot axes, while a "
get"
or "
test"
operation will use
just the NumLabGap(1) value.