Produced by IDL 7.0
Developer Documentation

./plotter
setxunit.pro

Last modification date:
Sun Oct 22 03:20:02 2017

setxunit

procedure setxunit, unit, [/noreshow]

This procedure sets the units on the X-axis of the plot Valid units are 'Channels','Hz'.'kHz','MHz', 'GHz', 'm/s', and 'km/s'

Examples
    get,index=1
    show
    setxunit,'MHz'
 
Version
$Id$
Common blocks
gbtplot_common

Parameters
unit
in, required
string
unit

Keywords
noreshow
in, optional
boolean
If set, the plotter is not updated with the new units. This is useful if this is embedded in a procedure and you want to delay updating the plotter until several changes have been made. This features is used internally in show_support.


Produced by IDLdoc 1.6 on Sun Oct 22 03:20:12 2017