Produced by IDL 6.1
User Documentation

./plotter
print_ps.pro

Last modification date:
Thu Jun 2 23:56:08 2005

print_ps

procedure print_ps, [filename=string], [device=string], [/portrait]

This procedure prints a postscript file that reproduces the spectrum in the plotter.

Examples
print_ps,filename='myplot.ps',device='ps2',/portrait
Version
$Id: print_ps.pro,v 1.1 2005/03/08 21:13:55 bgarwood Exp $

Keywords
filename
in, optional
string
The postscript filename can be specified using this parameter. If omitted, the file will be called 'gbtidl.print.file.ps'.
device
in, optional
string
The name of the printer to use. If not set, this defaults to the value of !g.printer. If !g.printer has zero-length, it falls back to using 'lp'.
portrait
in, optional
boolean
If set then the postscript will be generated in portrait mode instead of the default landscape mode.


Produced by IDLdoc 1.6 on Thu Jun 2 23:56:53 2005