Produced by IDL 6.1
User Documentation

./plotter
vline.pro

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

vline

procedure vline, x, [label=string], [ylabel=float], [/noshow], ynorm=ynorm

Mark a verticle line at the given x-location. Optionally include a label at the same x and the given y-location.

Version
$Id: vline.pro,v 1.3 2005/05/30 04:03:43 bgarwood Exp $
Common blocks
gbtplot_common

Parameters
x
in, required
float
The x-location to draw the vertical line. In the current x-axis units.

Keywords
label
in, optional
string
The label to associate with this vertical line.
ylabel
in, optional
float
The y-location to put the optional label text. ylabel is required if label is specified.
noshow
in, optional
boolean
Don't immediately show the new vline. This is useful if you are stringing several vline calls together. It keeps the plotter from updating after each call and make the whole operation run faster. Simply call "show,/reshow" when you are ready to show the final result.
ynorm
.


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