1begin dormantcell
2  key "box", "Dormant Cell (#) occurrences"
3  color "skyblue"; fill; color "black"; stroke
4end
5begin activecell
6  key "box", "Active Cell (#) occurrences"
7  color "red"; fill; color "black"; stroke
8end
9
10newpage "eps", "tutoriallegend3.eps", 45, 30
11
12clearpath; hexagon 10, 18, 8
13dormantcell
14
15clearpath; hexagon 22, 10, 8
16activecell
17
18clearpath; hexagon 34, 18, 8
19activecell
20
21# Make separate PostScript file containing legend.
22#
23newpage "eps", "tutoriallegend3legend.eps", 45, 40
24clearpath; color "black"; move 5, 5, 5, 12, 5, 19, 5, 26, 5, 33
25justify "middle"; font "Helvetica", 2.5
26legend 4
27