;+ ; Free the x-axis to autoscale. If the y-axis is also autoscaling, ; then all zoom information is reset to its initial values. ; ; @version $Id: freex.pro,v 1.2 2005/04/21 18:24:31 bgarwood Exp $ ;- pro freex common gbtplot_common,mystate,xarray if (not mystate.xfix) then return ; already freed if (not mystate.yfix) then freexy ; to reset zooms mystate.xfix = 0 show,/reshow end