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

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

Modified Paths:
--------------
    branches/v0_91_maint/lib/matplotlib/backends/backend_agg.py

Modified: branches/v0_91_maint/lib/matplotlib/backends/backend_agg.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/backends/backend_agg.py 2008-01-17 
04:12:58 UTC (rev 4873)
+++ branches/v0_91_maint/lib/matplotlib/backends/backend_agg.py 2008-01-17 
04:13:27 UTC (rev 4874)
@@ -394,5 +394,6 @@
 
     def print_png(self, filename, *args, **kwargs):
         self.draw()
+        filename = str(filename) # until we figure out unicode handling
         self.get_renderer()._renderer.write_png(filename, 
self.figure.dpi.get())
 


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