Revision: 4873
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=4873&view=rev
Author:   jdh2358
Date:     2008-01-16 20:12:58 -0800 (Wed, 16 Jan 2008)

Log Message:
-----------
forced nonunicode fname for save in agg

Modified Paths:
--------------
    trunk/matplotlib/lib/matplotlib/backends/backend_agg.py

Modified: trunk/matplotlib/lib/matplotlib/backends/backend_agg.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/backends/backend_agg.py     2008-01-16 
13:04:50 UTC (rev 4872)
+++ trunk/matplotlib/lib/matplotlib/backends/backend_agg.py     2008-01-17 
04:12:58 UTC (rev 4873)
@@ -299,5 +299,6 @@
         renderer = self.get_renderer()
         original_dpi = renderer.dpi
         renderer.dpi = self.figure.dpi
+        filename = str(filename) # until we figure out unicode handling
         renderer._renderer.write_png(filename, self.figure.dpi)
         renderer.dpi = original_dpi


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to