pro WULKAXES, a ;+ ; NAME: ; WULKAXES ; ; PURPOSE: ; This procedure gets rid of the previously-set {xmin,xmax}{ymin,ymax} on the plot. ; ; CATEGORY: ; Plotting ; ; CALLING SEQUENCE: ; WULKAXES ; ; INPUTS: ; None ; ; OUTPUTS: ; The x and y limits are set to automatic scaling ; ; SEE ALSO: ; wlckaxes ; ; MODIFICATION HISTORY: ; Written by: Amara Graps August, 1995 ;Translated from MatLab Wavelab routine: unlockaxes.m ;- ;Get rid of limits !x.range = 0 !y.range = 0 ; ; Algorithm Source: WaveLab Version 0.600 ; WaveLab WWW site: http://playfair.stanford.edu/ ; WaveLab Questions? e-mail wavelab@playfair.stanford.edu ; END ;of pro WULKAXES