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

Home » Public Forums » archive » Re: eps output with xplot or fsc_surface
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: eps output with xplot or fsc_surface [message #61678 is a reply to message #61672] Mon, 28 July 2008 10:45 Go to previous messageGo to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
humanumbrella@gmail.com writes:

> The above code creates a bigger image, and it comes back as the same
> size as what you initially saved it as, but it is not necessarily more
> detailed. I am continuing work on this and will report some more
> findings (:

Actually, I think this is correct, if you have one more step.
I try something like this:

'EPS-600': BEGIN
resolution = [2.54/600, 2.54/600]
viewDimensions = 600/72.
END

Then,

info.thisWindow->GetProperty, $
Dimensions=theDimensions, Units=theUnits
clipboard = Obj_New('IDLgrClipboard', $
Dimensions=viewDimensions*theDimensions, $
Resolution=resolution, Units=theUnits, Quality=2)

That produces a (gigantic!) PostScript file, but I think
it is of the correct dimensions, at least.

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Summing an array.
Next Topic: Removing some but not all spaces in a string

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

Current Time: Tue Oct 14 02:45:07 PDT 2025

Total time taken to generate the page: 8.32170 seconds