Produced by IDL 7.1.1
User Documentation

./plotter
sety.pro

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

sety

procedure sety[, y1][, y2]

Set the y-axis range either directly or with the cursor. If interacting via the cursor, mouse button 3 aborts out of this function without changing the y-axis range.

Version
$Id$
Common blocks
gbtplot_common

Parameters
y1
in, optional
double
Desired minimum y-axis value in the current y-axis units. If not supplied, the cursor will be used to set this.
y2
in, optional
double
Desired maxiumum y-axis value in the current y-axis units. This must be supplied if y1 has also been supplied. If y2 is less than y1, this procedure will reverse them internally before they are used.


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