From: <jd...@us...> - 2008-05-19 01:10:14
|
Revision: 5190 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5190&view=rev Author: jdh2358 Date: 2008-05-18 18:10:11 -0700 (Sun, 18 May 2008) Log Message: ----------- Merged revisions 5189 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_91_maint ........ r5189 | jdh2358 | 2008-05-18 20:09:09 -0500 (Sun, 18 May 2008) | 1 line fixed missing get_filterrad ........ Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/image.py Property Changed: ---------------- trunk/matplotlib/ Property changes on: trunk/matplotlib ___________________________________________________________________ Name: svnmerge-integrated - /branches/v0_91_maint:1-4816,5172,5178-5179,5181 + /branches/v0_91_maint:1-4816,5172,5178-5179,5181,5189 Modified: trunk/matplotlib/lib/matplotlib/image.py =================================================================== --- trunk/matplotlib/lib/matplotlib/image.py 2008-05-19 01:09:09 UTC (rev 5189) +++ trunk/matplotlib/lib/matplotlib/image.py 2008-05-19 01:10:11 UTC (rev 5190) @@ -362,6 +362,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. |