general/misc/
popen.pro
PROCEDURE: popen, filename PURPOSE: Change plot device to postscript. INPUT: optional; if: string : string used as filename, '.ps' extension is added automatically integer X: filename set to 'plotX.ps'. value of x is incremented by 1. none: filename set to 'plot.ps' KEYWORDS: See print_options for info. COPY: pass COPY keyword to set_plot INTERP: pass INTERP keyword to set_plot (default is to have interp off) XSIZE: postscript plot size in the x direction YSIZE: postscript plot size in the y direction UNITS: plot size units (inches or cm) SEE ALSO: "pclose", "print_options", "popen_com" HISOTRY: 4-apr-2008 cg, added optional keywords for postscript plot size units for plot size variables CREATED BY: Davin Larson LAST MODIFICATION: @(#)popen.pro 1.21 98/06/23
Routines
top source popen
popen, n, port=port, landscape=landscape, color=color, bw=bw, printer=printer, directory=directory, font=font, aspect=aspect, xsize=xsize, ysize=ysize, units=units, interp=interp, ctable=ctable, options=options, copy=copy, encapsulated=encapsulated
Parameters
- n
Keywords
- port
- landscape
- color
- bw
- printer
- directory
- font
- aspect
- xsize
- ysize
- units
- interp
- ctable
- options
- copy
- encapsulated
File attributes
Modification date: | Thu Feb 13 16:43:47 2014 |
Lines: | 73 |