Revision: 5189
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5189&view=rev
Author:   jdh2358
Date:     2008-05-18 18:09:09 -0700 (Sun, 18 May 2008)

Log Message:
-----------
fixed missing get_filterrad

Modified Paths:
--------------
    branches/v0_91_maint/lib/matplotlib/image.py

Modified: branches/v0_91_maint/lib/matplotlib/image.py
===================================================================
--- branches/v0_91_maint/lib/matplotlib/image.py        2008-05-18 22:31:59 UTC 
(rev 5188)
+++ branches/v0_91_maint/lib/matplotlib/image.py        2008-05-19 01:09:09 UTC 
(rev 5189)
@@ -324,6 +324,7 @@
 
     def get_filterrad(self):
         'return the filterrad setting'
+        return self._filterrad
 
 
 class NonUniformImage(AxesImage):


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