TM 5-6675-320-14
Table 4-10. PLOTTER PROGRAMMING LANGUAGE - Cont
Statement Identification and Use
Program
Statement
Statement Syntax, Explanation, and Input Instructions
xax/yax - Cont
P o s i t i v e t i c i n t e r v a l r e s u l t s i n :
pen
Normal tic spacing if starat point is greater than end point.
T i c m a r k d r a w n o n l y a t s t a r t p o i n t i f s t a r t p o i n t i s l e ss
than end point.
N e g a t i v e t i c i n t e r v a l r e s u l t s i n:
Normal tic spacing if start point is greater than end point.
Tic mark drawn only at start point if start point is less
than end point.
Number tics/label parameter determines whether or not tic
marks on axis will be labeled.
Specifying either O or no
p a r a m e t e r r e s u l t s i n n o l a b e l s . I f l a b e l s a r e d e s i r e d,
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
s p e c i f i e d .
All labels are lettered according to current character size
(csiz) statement and in current number format (fixed or float
statement).
Example:
fxd 0
x a x 0, 1, -10, 2
fxd 1
yax 0 ,
-.5,
8,
-8,
1
Above program results in X- and Y-axes being drawn, crossing
a t c e n t e r.
X-axis goes from -10 to 10 with tic marks at every
one unit and labeled every two units:
- 1 0 , - 8 , - 6 , e t c.
Y-axis ranges from -8.0 to +8.0 with tic marks every half-
u n i t .
E v e r y t i c i s l a b e l e d.
PEN. Raises pen without moving it to a new location.
Syntax:
pen (No Parameters)
4-81