|
From: Benjamin L. <lin...@gm...> - 2010-02-03 14:05:57
|
> >
> > One observation on gnuplot 4.4: this list has been much taken up
> > with somewhat arcane problems on Windows.
>
> That's 'cos Windows is in the worst shape.
nevertheless gnuplot works very nicely, and it's good to have it
avilable, so bear with us windows users ...
Back to the copy-to-clipboard-as-emf issue.
I have attached a patch, which (for the current 4.5.0 CVS sources)
creates an enhanced metafile instead of a metafile and stores
this in the clipboard. It still has some debugging statements
included, so it's a testing version of a patch.
set term windows enhanced font ",14"
set label 1 "e^{i{/symbol p}} = -1" at graph 0.1,0.5
plot sin(x) with linespoints, cos(x) with linespoints
This works for me using wxp and microsoft word (see png) even with
enhanced text.
(BTW you can still paste as simple metafile if you like, since
windows can obviously convert on-the-fly between the two)
It would be interesting to see if this also works on other systems.
benjamin
--
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 -
sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
|