Howdy.  This is using Tk, svn build from just now:

In [4]: plot([1,2])
Out[4]: [<matplotlib.lines.Line2D object at 0x31262d0>]

In [5]: savefig('foo')

# Then, click on the 'save' icon in the figure window, and simply type
'foo2' in the dialog.  Result:

In [6]: d foo*
-rw-r--r-- 1 fperez 35100 2009-04-15 10:02 foo2png.png
-rw-r--r-- 1 fperez 35100 2009-04-15 10:02 foo.png


The dialog, instead of adding '.png', is adding 'png.png' to the
filename.  I'm pretty sure this used to work fine a while ago.

I don't know if the problem exists with all the backends.  Wx at least
seems to manually add the .png extension in the right place...

Cheers,

f

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to