Produced by IDL 6.1
User Documentation

./plotter
File annotate.pro

Last modification date:
Tue Nov 16 16:05:47 2004


annotate

procedure annotate, x, y, string, [color=integer], [charsize=float]

This procedure places a text string on the plot

Examples
annotate,10.5,1.5,'Hello',color=!blue,charsize=2.0
Version
$Id: annotate.pro,v 1.2 2004/11/16 21:05:47 bgarwood Exp $ -

Parameters
x
in, required
float
X position of the string
y
in, required
float
Y position of the string
string
in, required
string
The text to write

Keywords
color
in, optional
integer
Text color index
charsize
in, optional
float
character size


Produced by IDLdoc 1.5 on Wed Dec 8 13:08:15 2004