RuG/L04

Manuals

legend

Description

make a legend of colours, patterns or symbols used in maps created by mapclust

the result is an Encapsulated PostScript image

Synopsis

legend [-2] [-o filename] [-u filename] [-p] [-r] [-R] [-s] legendfile

Options

-2
PostScript level 2 (default: level 1)
-o filename
output file
-p
patterns (implies PostScript level 2)
-r
rainbow colours, light and dark
-R
rainbow colours, light
-s
symbols
-u filename
user-defined colours, see Colour file

Purpose

This program can be used to create a legend, an explanatory list of colours, patterns or symbols, as they are used by the programs mapclust and den.

Legendfile

Each line in a legend file consist of a number, from 1 to 19, followed by some text, or the number 0 (zero). The number 0 can be used to "skip" a line.

An example using symbols:

    # An example legend file
    1       Item 1
    2       Item 2
    3       Item 3
    4       Item 4
    5       Item 5
    6       Item 6
    0
    7       Item 7
    8       Item 8
    9       Item 9
    10      Item 10
    11      Item 11
    12      Item 12
    0
    13      Item 13
    14      Item 14
    15      Item 15
    16      Item 16
    17      Item 17
    18      Item 18
    19      Item 19