./plotter
setxy.pro
- Last modification date:
- Thu Jun 2 23:56:08 2005
Use a box cursor to set the x-axis and y-axis scaling or provide
those values directly.
If there are no arguments, then gbtbox_cursor is used to set the
region of interest.
- Click Left button to set box bottom right corner.
- Drag Left button to move box.
- Drag Middle button near a corner to resize box.
- Right button when done.
If any one argument is present, they must all be present.
- Version
-
$Id: setxy.pro,v 1.2 2005/04/12 18:10:58 bgarwood Exp $
- Common blocks
-
gbtplot_common
Parameters |
xmin
in, optional
double
|
The desired new minimum x value.
|
xmax
in, optional
double
|
The desired new maximum x value.
|
ymin
in, optional
double
|
The desired new minimum y value.
|
ymax
in, optional
double
|
The desired new maximum y value.
|
Produced by IDLdoc 1.6 on Thu Jun 2 23:56:53 2005