TM 5-6675-318-14
Table 3-10. PLOTTER PROGRAMMING LANGUAGE - Cont
Statement Identification and Use
Program
Statement Syntax, Explanation, and Input Instructions
Statement
Up and right tic length determines length of upward portion of
wrt - Cont
tic marks to be drawn along X-axis and right side portion of
tic marks to be drawn along Y-axis. This value is specified
p e r c e n t a g e o f v e r t i c a l s c a l e l e n g t h , YP 2- YP 1.
D o w n and left tic length
determines length of downward
portions of tic marks to
be drawn along X-axis and left side
portion of tic marks to
be drawn along Y-axis. Value is
o f h o r i z o n t a l s c a l e l e n g t h XP 2- XP1.
specified as percentage
Plotter, when initialized, automatically sets tic length
v a l u e s t o 0 . 5 % o f s c a l i n g l e n g t h s ( YP 2- YP1 a n d XP 2- XP 1) .
P r o g r a m shown below uses tic length command to draw a grid
within plotting area of plot. Note that only up and right
length parameter is specified, since only area above X-axis
and to right of Y-axis is being used. Since down and left tic
length is not specified, plotter uses length of 0 (no tic
marks).
PROGRAM
0: p c l r ; s c l 0 ,
10,0,100
1: wrt 705, "TL10
0"
fxd 0:xax 0,
2:
.25,0,10,4
yax 0,10,0,
3:
100,1
TIC LENGTH EXAMPLE
3-98