Skip to content
Prev 10026 / 398503 Next

export graph to Word/Excel

On Tue, 6 Mar 2001, Yu-Ling Wu wrote:

            
You need to write to a specified graphics device.  That usage I believe
just pops up a graphics window and shuts it again.

I would think you want

win.metafile("plot1.emf", width=??, height=??)

before doing any plotting.  Then you can include plot1.emf into a Word
etc document.

Note that the production of metafiles works much better in 1.2.2 than
before.