TM 5-6675-318-14
Table 3-10. PLOTTER PROGRAMMING LANGUAGE - Cont
Statement Identification and Use
Program
Statement
Statement Syntax, Explanation, and Input Instructions
Positive tic interval results in:
xax/yax - C o n t
Normal tic spacing if start point is less than end point.
Tic mark drawn only at start point if start point is greater
t h a n end point.
Negative
tic
interval
results
in:
Normal tic spacing if start point is greater than end point.
Tic mark drawn only at start point if start point is less
t h a n end point.
N u m b e r tics/label parameter determines whether or not tic
Specifying either O or no
marks on axis will be labeled.
parameter results in no labels. If labels are desired,
parameter specifies number of tic marks between labels.
Negative parameter will result in only labels being
lettered without axis or tic marks being drawn. Labels will
be lettered on an axis only if non-zero tic parameter is
specified.
All labels are lettered according to current character size
(csiz) statement and in current number format (fixed or float
statement).
Example:
fxd
0
xax
0, 1, -10,
2
fxd
1
0 , -.5, 8,
-8,
1
yax
Above program results in X- and Y-axes being drawn, crossing
a t c e n t e r . X - a x i s goes from -10 to 10 with tic marks at every
-10, -8, -6, etc.
one unit and labeled every two units:
Y-axis ranges from -8.0 to +8.0 with tic marks every half-
Every tic is labeled.
unit.
Raises pen without moving it to a new location.
PEN.
Syntax:
p e n (No Parameters)
3-81