5. Annotations
If you want to annotate your locations, you can do that too by
specifying an annotation string. This string has to be put in double
quotes (") and follows the general GMT syntax:
"size angle
fontno justify text"
Size gives the font size of the labels. Usually something between 10 and
13 will be ok.
Angle is the angle you want your lables to be plotted. It is
measured in degrees counterclockwise from horizontal.
Font assignes a font to the labels. Possibilities range from 0
- 33. The most common are:
- 0 = Helvetica
- 1 = Helvetica Bold
- 4 = Times Roman
- 5 = Times Bold
- 8 = Courier
Check the GMT cookbook for a complete reference of the available
fonts (or email me).
The Alignment number refers to the part of the textstring
that will be mapped onto the (x,y) point: 1 = Lower Left corner, 2
= Lower Center, 3 = Lower Right, 5 = Mid Left, 6 = Mid Center, 7 = Mid
Right, 9 = Upper Left, 10 = Upper Center, 11 = Upper Right. The
label will be slightly offset automaticly, so it won't plot directly onto the
location.
Text is the label you want to be plotted. It can be more than
one word and contain numbers etc.