|
From: <jd...@us...> - 2008-05-19 01:09:11
|
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.
|