Density of minor tick marks for a Plot
"
MinTick(2)=2"
specifies the density of minor
tick marks along the second axis.
The value supplied should be the number of minor divisions required between each pair of major axis values, this being one more than the number of minor tick marks to be drawn. By default, a value is chosen that depends on the gap between major axis values and the nature of the axis.
If no axis is specified, (e.g. "
MinTick"
instead of "
MinTick(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 MinTick(1) value.