Command for defining line patterns in a box:


*
* This are the directives to Figure 7
*
* 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 1, textcolor 1
* and draw a line in the box with linesymbol 1
.003S001L001T This is box 1
* Draw another line symbol (often used in our maps)
.LINETYPE 1.0 4.0
.006S002L001T This is box 2
* One more with three lines
.LINETYPE 2.0 6.0
.007S003L001T This is box 3
*

Figure 7 Figure 7