;+ ; Clear any over plots. This removes them from the plotters state and ; does a show,/reshow. ; ; @keyword index {in}{optional}{type=integer} The index numbers to ; clear. This is the index number set by gbtoplot. Note that once an ; index has been cleared, subsequent index numbers are renumbered ; appropriately so that index numbers are always 0:(n_indexes-1). ; ; @version $Id: clearoplots.pro,v 1.3 2005/02/04 22:29:57 bgarwood Exp $ ;- pro clearoplots, index=index clearoplotslist, index=index show,/reshow end