;+ ; Change the x-axis on the plotter to channels. ; ; @version $Id: chan.pro,v 1.7 2005/05/26 15:07:26 jbraatz Exp $ ;- pro chan if (!g.plotter_axis_type ne 0) then begin !g.plotter_axis_type=0 if not !g.frozen then show,/reshow endif return end