Produced by IDL 6.1
User Documentation

./plotter
setmarker.pro

Last modification date:
Thu Jun 2 23:56:08 2005

setmarker

procedure setmarker, x, y, [text=string]

This procedure sets a marker on the plot at the given location.

Examples
setmarker,1420.405,1.3
Version
$Id: setmarker.pro,v 1.2 2005/05/24 15:04:40 jbraatz Exp $
Common blocks
gbtplot_common

Parameters
x
in, required
float
X position in current plotter units
y
in, required
float
Y position in current plotter units

Keywords
text
in, optional
string
text to be associated with the marker. If omitted, the text will represent the x and y positions.


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:53 2005