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

Home » Public Forums » archive » Re: Importing IDL plots to Powerpoint on Mac
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: Importing IDL plots to Powerpoint on Mac [message #42662 is a reply to message #42655] Fri, 18 February 2005 15:29 Go to previous messageGo to previous message
kashyap is currently offline  kashyap
Messages: 26
Registered: April 1993
Junior Member
In article <1108736592.609120.299650@g14g2000cwa.googlegroups.com>,
wcramer <wcramer@fit.edu> wrote:
> What's the best way to transfer IDL plots to Powerpoint so that they
> look nice? All of the ways that I've tried so far don't look very
> presentable.
>
> Thanks

One way that seems to work reasonably well is to plot on a
large X window, plot with thick lines and large characters,
grab with tvrd and write to jpeg, and then shrink to fit in
powerpoint. e.g.,
window,xsize=640*2,ysize=480*2
!p.thick=2 & !p.charsize=1.5
plot,...,thick=!p.thick*2,charsize=!p.charsize*2
write_jpeg,jpegfilename,tvrd(/true),/true

If you use the Z device, you can make the window even larger
and the lines thicker.

Vinay
--
____________________________________________________________ __________________
kashyap@head.cfa.harvard.edu 617 495 7173 [CfA/P-145] 617 496 7173 [F]
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Maximze a minimize GUI
Next Topic: Zoom out of astronomical image preserving header info

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

Current Time: Sat Oct 11 01:44:49 PDT 2025

Total time taken to generate the page: 1.20120 seconds