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
Exporting iPlot graphics to EPS files in vector format? [message #62308] Mon, 01 September 2008 08:56 Go to previous message
Tatcher is currently offline  Tatcher
Messages: 7
Registered: September 2008
Junior Member
Hej!

It's my first entry in this newsgroup and I hope you can help me. I
found the code below on David Fannings homepage to export iPlot
windows in EPS files. But I like to export the EPS file in vector
instead of bitmap format in order to get "scaleable" and smooth
graphics. Any ideas if this is possible or which keyword I have to
change?

NAME DESCRIPTION TYPES SHOW_EXECUTION_UI SOURCE ITEM_ID DESTINATION
FILENAME VARIABLE SCALE_FACTOR

I am looking forward to hear from you.

Christian

Example code:

idTool=itgetcurrent(tool=oTool)
; First disable the Export wizard dialog.
void = oTool->DoSetProperty('Operations/File/Export',
'SHOW_EXECUTION_UI', 0)
; Export the entire window.
void = oTool->DoSetProperty('Operations/File/Export', 'SOURCE', 1)
void = oTool->DoSetProperty('Operations/File/Export', 'FILENAME',
'plot.eps')
void = oTool->DoAction('Operations/File/Export')
[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: Thu Oct 09 23:48:48 PDT 2025

Total time taken to generate the page: 0.16035 seconds