Produced by IDL 7.1.1
User Documentation

./plotter
print_ps.pro

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

print_ps

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

This procedure prints a postscript file that reproduces the spectrum in the plotter. To save the postscript to a file and not print it use write_ps.

Examples
print_ps,'myplot.ps',device='ps2',/portrait
Uses
write_ps
Version
$Id$

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

Keywords
portrait
in, optional
boolean
If set then the postscript will be generated in portrait mode instead of the default landscape mode.
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'.


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