comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: beguinner's question
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: beguinner's question [message #23061 is a reply to message #23059] Tue, 26 December 2000 11:26 Go to previous messageGo to previous message
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
David (dgallego@eucmos.sim.ucm.es) writes:

> I'm working with IDL 5.2 (PC) plotting maps of geographical variables
> (pressure, etc.). I would like to know if it is possible to save the
> graphical output to a vectorial file (such as EPS, Illustrator, WMF).
> Currently I can save the work in TIFF or JPG.

You can certainly create encapsulated PostScript output.
There is no Illustrator output, but in IDL 5.4 you can
now create WMF format files. (At least on Windows machines,
I don't know if this is available in UNIX. Anyone?)

I like to use the PSConfig program you can find on
my web page to get the PostScript "page" set up
appropriately. For example, if I want to draw
an encapsulated plot on A4 paper, I would do something
like this:

keywords = PSConfig(/European, /Encapsulated, Cancel=cancelled)
IF NOT cancelled THEN BEGIN
thisDevice = !D.Name
Set_Plot, 'PS'
Device, _Extra=keywords
Plot, mydata
Device, /Close_File
Set_Plot, thisDevice
ENDIF

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Speaking of RESTORING
Next Topic: Label_Region

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 07:09:00 PDT 2025

Total time taken to generate the page: 0.92739 seconds