From: eric g on
Hello Group,
What is the best way to copy/paste a graph from mathematica to microsoft
ppp. My graphs look ugly afterward.
bests,
eric

From: Sjoerd C. de Vries on
Hi Eric,

Happens a lot. Probably has to do with microsoft's crappy WMF. Your
best chance would be to Copy As Enhanced Metafile and also to paste as
same. Furthermore you could try to use

FE`Evaluate(a)FEPrivate`SetMetafileConversionQuality["High"]

before, to increase WMF quality (and memory usage) and resetting this
with

FE`Evaluate(a)FEPrivate`SetMetafileConversionQuality["Normal"] as it is
a sticky setting.

I often size my graphs pretty large and then just do a copy as bitmap
(edit menu).

Cheers -- Sjoerd

On Apr 20, 11:52 am, eric g <eric.p...(a)gmail.com> wrote:
> Hello Group,
> What is the best way to copy/paste a graph from mathematica to microsoft
> ppp. My graphs look ugly afterward.
> bests,
> eric


From: eric948470 on
On Apr 20, 5:52 am, eric g <eric.p...(a)gmail.com> wrote:
> Hello Group,
> What is the best way to copy/paste a graph from mathematica to microsoft
> ppp. My graphs look ugly afterward.
> bests,
> eric

Did you try the Export function? Help indicates that you can specify
the image size and the image resolution as options.