Michael Droettboom-3 wrote:
> 
> Can you be more specific about why that doesn't work?
> 

Trying to save a plot as, for example, 'image.emf' makes an error message
pop up. This error dialog has the title 'Error saving file', but does not
have any error message in its body.
I hope that is what you mean?


Michael Droettboom-3 wrote:
> 
> What GUI backend are you using?  That sounds like a bug in how the file
> selection dialog is being used.
> 

I'm using the Qt4 backend in my application, though the code examples I gave
are created and executed without any GUI backend.

To see this for yourself you could run this example code:



> from pylab import *
> 
> x = [0,1,2,3]
> y = [4,3,2,1]
> 
> figure()
> plot(x,y)
> show()
> 

I'm using the most current version (0.98.5.2) of Matplotlib, just to be
clear about that.

Cheers,

Gert-Jan
-- 
View this message in context: 
http://www.nabble.com/Manually-enable-export-as-EMF-tp23293186p23333043.html
Sent from the matplotlib - users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations 
Conference from O'Reilly Media. Velocity features a full day of 
expert-led, hands-on workshops and two days of sessions from industry 
leaders in dedicated Performance & Operations tracks. Use code vel09scf 
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to