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

Home » Public Forums » archive » Re: Anything in IDL like R's Copy to Clipboard As a Metafile?
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: Anything in IDL like R's Copy to Clipboard As a Metafile? [message #48211 is a reply to message #48199] Thu, 06 April 2006 13:09 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Earl F. Glynn writes:

> I'm new to IDL and I'm looking for functionality that works well in R.
>
> With any R graphic, I can click on "File" and select Copy to Clipboard and
> then select "As a Metafile" or "As a Bitmap". Usually the Metafiles work
> great when pasted into Word documents.
>
> Did I miss something in the IDL documentation about a quick and easy way to
> get IDL graphics into Word (of course, Alt-PrintScreen does work, but it's a
> bit crude). The only solution I see now is to create a graphic file and
> then import it back into Word, which will be quite tedious compared with
> what R provides.

This can be done crudely with the (very) old program, Clipboard,
described in this article:

http://www.dfanning.com/tips/clipboard.html

I see there are new keywords now for the clipboard object
DRAW method that will allow enhanced metafile output.
Such a thing could easily be added to the program, although
the fundamental restriction is that the "thing" being drawn
is a screen dump of the graphics window, as an image. So you
have all the normal resolution issues with that.

Absent the new keywords you might choose to add, I believe
the image is put into Windows applications as a bitmap.

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Previous Topic: Re: populating an array
Next Topic: Re: Curvefit issues

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

Current Time: Sat Oct 11 04:49:11 PDT 2025

Total time taken to generate the page: 0.63692 seconds