Produced by IDL 6.1
User Documentation

./plotter
oshow.pro

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

oshow

procedure oshow[, dc], [color=color]

Plot a data container on top of (over) the current plot. The x-axis will be automatically constructed to match that of the current plot. If the plot is not zoomed, the x and y range will be adjusted to accomodate this data along with all previously plotted data. If overlays are turned off, calling this automatically turns it on.

Examples
    getrec,1   ; retrieve record 1 into !g.s[0]
    copy,0,1   ; copy the data container !g.s[0] to !g.s[1]
    getrec,2   ; retrieve record 2 into !g.s[0]
    show,0     ; show record 2
    oshow,1    ; overlay record 1
 
Version
$Id: oshow.pro,v 1.10 2005/05/28 19:06:05 bgarwood Exp $
Common blocks
gbtplot_common

Parameters
dc
in, optional
data container or integer
{default=0) The data container to over plot. If an integer is entered here, it is the index to the global data containers. If not specified, the primary (0) data container is used.

Keywords
color
in, optional
color (def. !g.oshowcolor)
A color to use when drawing the line.


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