Produced by IDL 7.1.1
User Documentation

./plotter
setxunit.pro

Last modification date:
Wed Sep 28 13:27:10 2016

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 Wed Sep 28 13:27:37 2016