Re: [Matplotlib-users] EMF export doesn't work

2009-05-25 Thread Bryan Cole
On Tue, 2009-05-19 at 10:50 +0200, Thomas Pfaff wrote: Hello there, when I started with matplotlib I was really enthusiastic that I can throw all those Excel, IDL, Matlab and whatever else I used until now overboard and do everything from data processing to visualization in beloved Python.

Re: [Matplotlib-users] EMF export doesn't work

2009-05-22 Thread Sebastian Busch
Thomas Pfaff wrote: ... ImageMagick just puts a bitmap representation of the image into the EMF-file ... I want ... vectors, though. hey thomas! i see. perhaps xfig could then help you, it has an export to emf feature (and can import ps files, see for example

[Matplotlib-users] EMF export doesn't work

2009-03-20 Thread Torsten Bronger
Hallöchen! I use pyemf 2.0 and Matplotlib 0.98.5. If I try to save a trivial plot into an EMF file, I get Traceback (most recent call last): File ./make_plots.py, line 23, in module figure.savefig(sample_name + _pds.emf) File /usr/lib/python2.5/[...]/matplotlib/figure.py, line 990, in

Re: [Matplotlib-users] EMF export doesn't work

2009-03-20 Thread Michael Droettboom
Unfortunately, the EMF backend is no longer maintained. We had discussed removing it well over a year ago, and I actually thought it had been removed, but obviously it wasn't. It needs someone to port it to the new backend API introduced in 0.98.x and to maintain that code. When quite some

Re: [Matplotlib-users] EMF export doesn't work

2009-03-20 Thread Eric Firing
Michael Droettboom wrote: Unfortunately, the EMF backend is no longer maintained. We had discussed removing it well over a year ago, and I actually thought it had been removed, but obviously it wasn't. It needs someone to port it to the new backend API introduced in 0.98.x and to