;+ ; Toggle the overlays (oshows and gbtoplots) on and off. ; ; @version $Id: toggleovers.pro,v 1.1 2005/02/04 22:30:07 bgarwood Exp $ ;- pro toggleovers compile_opt idl2 common gbtplot_common,mystate,xarray mystate.overplots = 1 - mystate.overplots mystate.overshows = 1 - mystate.overshows show,/reshow end