Produced by IDL 7.1.1
User Documentation

./plotter
write_ps.pro

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

write_ps

procedure write_ps[, filename], [/portrait], [/prompt]

This procedure writes a postscript file that reproduces the spectrum in the plotter. To send the postscript directly to a printer, use print_ps.

Examples
write_ps,'myplot.ps'
Uses
show_support
Version
$Id$

Parameters
filename
in, optional
string
The postscript filename can be specified using this parameter. If omitted, the file will be called 'gbtidl.ps' unless /prompt is used.

Keywords
portrait
in, optional
boolean
If set then the postscript will be generated in portrait mode instead of the default landscape mode.
prompt
in, optional
boolean
When set, a file chooser dialogue is used to set the file name, even if filename was set as an argument.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:37 2016