Commands for moving and switching drawing modes:


*
* This are the directives to Figure 8
*
* Use ArcInfo symbolsets plotter
.SHADESET plotter
.LINESET plotter
* Define the starting position of the legend (x,y)
.BOXPOS 1.0 10.0
* Define the size of a box (x,y)
.BOXSIZE 1.0 0.7
* Define the separation of subsequent boxes (x,y)
.BOXSEP 0.3 0.5
* Define the linesymbol for box outline
.BOXLINE 4.0
*
* CRELEG knows two drawing modes, a vertical mode,
* which is the default, and a horizontal mode, where
* the boxes are lined up.
*
* We go into the horizontal mode. Lets see, what happens:
.MODEH
* Draw a box with shadesymbol 1
.001S001T Box1
.SPACE 1.8
* Draw a box with shadesymbol 2
.002S001T Box2
.SPACE 1.8
* Draw a box with shadesymbol 3
.003S001T This is box 3 in a line
*
* Switch back to vertical mode
.MODEV
* Add some space between the boxes
.SPACE 1.5
* Draw a box with shadesymbol 1
.001S001T Box1
* Draw a box with shadesymbol 2
.002S001T Box2
* Draw a box with shadesymbol 3
.003S001T This is box 3 in a row
*

Figure 8 Figure 8