Commands describing the size, seperation and linetype of a rectangular box:


*
* This are the directives to Figure 6
*
* 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 seperation of subsequent boxes (x,y)
.BOXSEP 0.3 0.5
* Define the linesymbol for box outline
.BOXLINE 2.0
* Now, draw the box with shadesymbol 3 and textcolor 1,
* use the plotter symbolsets
.003S001T This is box 1
* Draw a new box with 2 parts, set y seperation to 0.0
.BOXLINE 3.0
.BOXSEP 0.3 0.0
* Do not draw lower box-outline
.BOXBORD 11.0
.004S001T This is part 1 of box 2
* Do not draw upper box-outline
.BOXBORD 14.0
.002S001T This is part 2 of box 2
* OK, reset the boxseperation to 0.5 and draw 3 boxes
.SPACE 0.5
.BOXSEP 0.3 0.5
.006S001T This is box 3
.007S001T This is box 4
.008S001T This is box 5
*
* So much to the simplest CRELEG directives
*

Figure 6 Figure 6