RCPLOT Name
RCPLOT Purpose
Make Row or Column plots for current window.
Category
Calling Sequence
rcplot Inputs
Keyword Parameters
Keywords
ARRAY=array Optional data array to plot from.
Default is to plot from the displayed image.
If array was displayed as an image using:
tvscl,array,/order then use /YREVERSE on rcplot call.
(do not reverse array before sending to rcplot).
MAG=mag Mag factor for zoom window (def=10).
SIZE=sz Size of zoom window (def=200 pixels square).
MXPOS=mxpos, MYPOS=mypos Mag window x,y position (def=0,0).
PXPOS=pxpos, PYPOS=pypos Plot window x,y position (def=0,0).
PXSIZE=pxsize, PYSIZE=pysize Plot window x,y size (def=640,200).
YRANGE=yran Plot Y range [ymin,ymax].
Use [0,0] for autoscale (default=[0,max(image)].
/YREVERSED means Image Y=0 for top row, else bottom.
Image must be displayed correctly before calling rcplot.
If image was displayed as tvscl,img,/order then call
rcplot with /YREVERSED.
Outputs
Common Blocks
Notes
Note: Mag factor and zoom window size may be changed with the
options given when the middle mouse button is clicked.
Modification History
R. Sterner, 2002 Sep 05
R. Sterner, 2003 Jan 16 --- Added x range.
Copyright (C) 2002, Johns Hopkins University/Applied Physics Laboratory
This software may be used, copied, or redistributed as long as it is not
sold and this copyright notice is reproduced on each copy made. This
routine is provided as is without any express or implied warranties
whatsoever. Other limitations apply as described in the file disclaimer.txt.