vis/directgraphics/
mg_psbegin.pro
includes main-level programRoutines
top mg_psbegin
mg_psbegin [, /image] [, charsize=float] [, thick=float] [, symsize=float] [, xsize=long] [, ysize=long] [, /retina] [, _extra=keywords]
Set IDL direct graphics system to PostScript plotting.
Keywords
- image in optional type=boolean
set to configure PostScript with a few defaults specific to converting the PostScript output to an image format later
- charsize in optional type=float default=1.0
default CHARSIZE to use
- thick in optional type=float default=1.0
default THICK to use
- symsize in optional type=float default=1.0
default SYMSIZE to use
- xsize in optional type=long default=IDL_GR_XWIDTH value
width of the PS device
- ysize in optional type=long default=IDL_GR_XHEIGHT value
height of the PS device
- retina in optional type=boolean
set to double
XSIZE
,YSIZE
(and default!p.charsize
and!p.symsize
values for images)- _extra in optional type=keywords
keywords to DEVICE to configure the PostScript device
Examples
Running the main-level program attached to this program:
IDL> .run mg_psbegin
File attributes
Modification date: | Wed May 21 15:24:54 2014 |
Lines: | 57 |
Docformat: | rst rst |
Contact me if you have enhancement requests or bug fixes.