./
to_eps.pro
topto_eps
plotting utility
to_eps [, EPS=EPS] [, OUT=OUT] [, DEVICE=DEVICE] [, SILENT=SILENT]
set plot output to EPS and make it all pretty
Keywords
- EPS in optional
set to 1 or a name for this code to do anything
- OUT in optional
go out of eps mode
- DEVICE in optional
keep track of the old device so it can be reset
- SILENT in optional
dont print anything
Examples
IDL> plot, findgen(10), xtitle='xtitle', ytitle='ytitle'
IDL> to_eps, /eps, device=device
saving file: 2008_09_08_14_10_44.eps
IDL> plot, findgen(10), xtitle='xtitle', ytitle='ytitle'
IDL> to_eps, /eps, device=device, /out
IDL> plot, findgen(11)
Author information
- History:
Mon Sep 8 14:11:47 2008, Brian Larsen written and tested from code by HD Winter
Statistics
| Lines: | 40 |
| McCabe complexity: |
File attributes
| Modifcation date: | Wed Jan 21 15:36:39 2009 |
| Lines: | 81 |
![[attach.png]](idldoc-resources/attach.png)