| pID |
- |
The identifier of the plot whose axis
is to be modified.
|
| Axis |
- |
The axis to be modified. This is
either Xb or Yl. Xt and Yr can
be used when outputting AXIS labels (see LMode).
|
| 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. These can be at a specific radius if
Axis is Yl or at a specific phi angle if Axis
is Xb.
|
| ALLMINOR |
- |
Output all the minor tick marks
along Axis. These can be at a specific radius if
Axis is Yl or at a specific phi angle if Axis
is Xb.
|
| BOTH |
- |
Output all the major and minor
tick marks along Axis
|
| ONEMAJOR |
- |
Output one the major tick mark
along Axis at the radius and phi position given
in Pos.
|
| ONEMINOR |
- |
Output one the minor tick mark
along Axis at the radius and phi position given
in 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. AXIS
labels are output relative to the bounding window of the
polar plot which is scaled according to the window scaling
in which the plot is defined.
|
| 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 and may be
used when drawing ALL tick marks. It is ignored if TMode
is BOTH. When drawing single tick marks this is a list with
the first element being the radial distance of the tick mark
and the second the phase angle. When drawing ALL tick marks
if input as a list then ALL tick marks at a given radius or
along a given phase angle will be drawn depending on if
Axis is Yb or Xb respectively. If given an a single
value then all major or minor tick marks will be output for
the Axis. When labeling an axis Pos is a single
value and 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 "".
|