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

Home » Public Forums » archive » Exporting iPlot graphics to EPS files in vector format?
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: Exporting iPlot graphics to EPS files in vector format? [message #62530 is a reply to message #62308] Tue, 16 September 2008 12:53 Go to previous message
jelliott.ittvis is currently offline  jelliott.ittvis
Messages: 7
Registered: September 2008
Junior Member
You can do it from iplot or plot, but in different ways:

plot: In program, I haven't found a way to do it from iplot, but you
can do it from the plot procedure. The way to do it there is:
set_plot, 'PS'
device, filename='plot.eps', /encapsulated
plot, sin(2*!pi*findgen(101)/100)
device, /close
set_plot, 'WIN' ; or set_plot, 'X' if you are on a unix-
ish machine 'WIN' for a windows machine

iplot: However to do it from iplot the best way to export a
vector .eps file is from the iplot window. File > Export... Then
select 'To a File', click 'next' twice, change the file type to .eps,
click on the 'Graphics Format' field, and pull down to 'Vector'. Then
finish and you should be good to go.

Both ways work. However, for plots using the shade_surf procedure, it
doesn't work as hot in plot, for that iplot is much better.

--
Josh Elliott
ITT Visual Information Solutions
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: very simple Index question~~~help~~~
Next Topic: My Last Day on the Job

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

Current Time: Sat Oct 11 02:36:47 PDT 2025

Total time taken to generate the page: 1.91299 seconds