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

Home » Public Forums » archive » status of PNG and EPS output from Plot Save method in IDL v8.4?
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: status of PNG and EPS output from Plot Save method in IDL v8.4? [message #89107 is a reply to message #89088] Thu, 24 July 2014 15:38 Go to previous messageGo to previous message
Craig Markwardt is currently offline  Craig Markwardt
Messages: 1869
Registered: November 1996
Senior Member
IDL sizes everything about a plot with respect to the default font size. This includes the plot margins.

The "problem" comes because IDL treats the on-screen display and the PS pixel sizes as being different. IDL actually thinks the EPS canvas is quite a bit larger than the on-screen canvas (relative to the font size), so the plot box takes up a larger amount of space relative to the fonts.

That's something I tried to address in my PXPERFECT procedure.

If you can find the right scale factor for the font size - or equivalently the right scale factor for the X_SIZE and Y_SIZE, you should be able to get perfect output without tweaking anything else.

But I agree it shouldn't be us that has to figure this out. I would prefer if the on-screen canvas were sized to exactly match a printed page by default.

Craig
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: writing a variable in a netcdf 4 with IDL
Next Topic: writing different file to a single file

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

Current Time: Sun Oct 12 02:26:38 PDT 2025

Total time taken to generate the page: 0.64054 seconds