Produced by IDL 7.1.1
User Documentation

./plotter
annotate.pro

Last modification date:
Wed Sep 28 13:27:09 2016

annotate

procedure annotate, x, y, text, [color=integer], [charsize=float], [/normal], [/noshow]

This procedure places a text string on the plot

Examples
annotate,10.5,1.5,'Hello',color=!blue,charsize=2.0
Version
$Id$
Common blocks
gbtplot_common

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

Keywords
color
in, optional
integer (def. !g.annotatecolor)
Text color index
charsize
in, optional
float
character size
normal
in, optional
boolean
positions are normalized coordinates.
noshow
in, optional
boolean
Don't immediately show the new annotation. This is useful if you are stringing several annotations together. It keeps the plotter from updating after each call.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:36 2016