Length of major tick marks for a Plot MajTickLen(axis)
"
MajTickLen(2)=0"
specifies the length of the major
tick marks drawn on the second axis.
The MajTickLen value should be given as a fraction of the minimum dimension of the plotting area. Negative values cause major tick marks to be placed on the outside of the corresponding grid line or axis (but subject to any clipping imposed by the underlying graphics system), while positive values cause them to be placed on the inside.
The default behaviour depends on whether a coordinate grid is drawn inside the plotting area (see the Grid attribute). If so, the default MajTickLen value is zero (so that major ticks are not drawn), otherwise the default is 0.015.
If no axis is specified, (e.g. "
MajTickLen"
instead of "
MajTickLen(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 MajTickLen(1) value.