LABEL
Put labels on a plot.
SYNOPSIS
- label
- [ x = n y = n ] [ label = string ] [ symb = n ] [ line.type = n ]
DESCRIPTION
The label command allows the user to put random pieces of text anywhere on a SUPREM-IV plot.
- x, y
- Where to put the label, in microns.
- label
- What string to print.
- symb, line.type
- These parameters will draw a short line of the specified linetype or a symbol of the specified number in front of the text. Useful for labelling contours, for instance.
EXAMPLES
-
label label="Arsenic" line=3
label label="Phosphorus" line=4
- These commands will put two labels on the plot at a position specified by the mouse.
- label label="This is Interesting, eh?" x=10.0 y=10.0
- This will place the string, centered, at the location (10, 10).
BUGS
There are no known bugs.
SEE ALSO
The plot.1d,
plot.2d,
and for statements.