[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: beguinner's question
- Subject: Re: beguinner's question
- From: William Daffer <whdaffer(at)earthlink.net>
- Date: Tue, 26 Dec 2000 17:10:18 GMT
- Newsgroups: comp.lang.idl-pvwave
- Organization: EarthLink Inc. -- http://www.EarthLink.net
- References: <92a27t$hl9$1@crispin.sim.ucm.es>
- Sender: whdaffer(at)odysseus
- User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.7
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:22753
You can save plots to a postscript file, (set_plot,'ps' then call
device,keywords = values to configure the postscript device with
keywords xsize, ysize, xoffset, yoffset, bits_per_pixel, filename,
color, inches, encapsulated and landscape: I think that's all of
them) but if you are representing your data as an image of some
sort, i.e. you're doing a TV or TVSCL to put the data into your
plot, it won't save you all that much, particularly in the size of
the file. If you're using plot,oplot or plots to get the data onto
the plot, you'll benefit from using the Postscript device.
See David Fanning's tutorial on making postscript plots.
http://www.dfanning.com/documents/tips.html#PostScript
He has a very nice program called PS_FORM.pro (although he recently
seemed to want to disavow any knowledge of it, I think it's quite
good) that you can use to configure your Postscript device by
presenting a widget in which all the pertinent keywords are
configurable, although it may not work in IDL 5.2, you'll just have
to give it a try and see.
"David" <dgallego@eucmos.sim.ucm.es> writes:
> Hi all.
>
> 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.
>
> Thanks in advance.
>
> David
> Universidad Complutense de Madrid (Spain)
>
>
--
Outside of a dog a book is man's best friend.
Inside of a dog it's too dark to read
Groucho Marx