| pID |
- |
The identifier of the plot whose axis
is to be modified.
|
| Axis |
- |
The axis to be modified. This can
either be Xb or Xt for the bottom or top X axis
or Yl or Yr for the left or right Y axis.
|
| TMode |
- |
Flag indicating if any tick marks
are to be output. This can be:
| NONE |
- |
No tick mark output |
| ALLMAJOR |
- |
Output all the major tick marks
along Axis
|
| ALLMINOR |
- |
Output all the minor tick marks
along Axis
|
| BOTH |
- |
Output all the major and minor
tick marks along Axis
|
| ONEMAJOR |
- |
Output one the major tick mark
along Axis at Pos
|
| ONEMINOR |
- |
Output one the minor tick mark
along Axis at Pos
|
|
| LMode |
- |
Flag indicating if any labels are to
be output. This can be:
| NONE |
- |
No label output |
| AUTO |
- |
Output labels for all the major
tick marks along Axis
|
| AXIS |
- |
Label Axis, putting the
Label at Pos at the specified Level
and with the specified justification LJust.
|
| MANUAL |
- |
Used with ONEMAJOR or
ONEMINOR to indicate that the tick mark being
output should be annotated with the supplied Label.
|
|
| Level |
- |
The output level in characters of
any annotation. For annotation associated with tick marks
level is measured from the point of the fartheset tick mark
extension from the axis being annotated. For axis labeling
level is measured from the farthest tick mark annotation along
that axis being annotated.
|
| Pos |
- |
An optional input which is defaulted
to 0.0. This is used when drawing single tick marks to locate
the position along the axis where the tick mark is to be placed.
When labeling an axis it defines the position along the axis
where the label is to be anchored.
|
| LJust |
- |
An optional input which gives the
justification to use when outputting annotation. The default
is center. Other recognized options are left and right. Left
places the right edge of the label at Pos while right
places the left edge of the label at Pos.
|
| Label |
- |
An optional input which provided
the label to output when LMode is set to either
AXIS or MANUAL. It is defaulted to "".
|