Produced by IDL 7.1.1
User Documentation

./plotter
showregion.pro

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

showregion

procedure showregion, [/off]

Procedure to show the regions in !g.regions (baseline regions).

Previously shown regions are first erased and then the current regions are shown on the plotter as boxes where the y-size of each box it the RMS of the data within that box. You must set the the value of !g.regionboxes to 1 if you want these region boxes to persist when a new spectrum is plotted using show. The default behavior (!g.regionboxes=0) is to clear all overlaid plots, including region boxes, on each use of show.

The idstring used when plotting the boxes is '__showregion'. That can be used in gbtoplots to turn off just these regions. Any region that already contains that id string will be removed by this procedure.

Version
$Id$
Common blocks
gbtplot_common

Keywords
off
in, optional
boolean
If set, the regions are turned off on the plotter and no new regions are drawn. The regions remain set in !g.regions, they are simply not shown in the plotter.


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