;+ ; Free the x and y axes to autoscale. All zoom information ; is reset to its initial values. ; ; @version $Id: freexy.pro,v 1.3 2005/04/21 18:24:31 bgarwood Exp $ ;- pro freexy common gbtplot_common,mystate,xarray if (not mystate.xfix and not mystate.yfix) then return ; already freed mystate.xfix = 0 mystate.yfix = 0 ; the zoom information is actually updated by show show,/reshow end