Produced by IDL 7.1.1
User Documentation

./contrib
zoshow.pro

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

zoshow

procedure zoshow, zdc, [color=color]

Plot a zpectrometer 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.

The type of zpectrometer plot (data or lags) will match that already displayed in the plotter.

Examples
    ; a simple use of zshow:
    zio=obj_new('io_sdfits_z')
    zio->set_file, 'JZTEST.raw.zpec.fits'
    a = zio->get_rows(index=5)
    zshow, a, color=!blue
    b = zio->get_rows(index=6)
    zoshow, b, color=!red
 
Version
$Id$
Common blocks
gbtplot_common

Parameters
zdc
in, required
data container
The zpectrometer data container to over plot.

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


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