From: <jd...@us...> - 2009-01-27 13:17:47
|
Revision: 6842 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6842&view=rev Author: jdh2358 Date: 2009-01-27 12:34:49 +0000 (Tue, 27 Jan 2009) Log Message: ----------- Merged revisions 6841 via svnmerge from https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/branches/v0_98_5_maint ........ r6841 | jdh2358 | 2009-01-27 06:33:10 -0600 (Tue, 27 Jan 2009) | 1 line fixed set_pickradius bug ........ Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/lines.py Property Changed: ---------------- trunk/matplotlib/ Property changes on: trunk/matplotlib ___________________________________________________________________ Modified: svnmerge-integrated - /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-6827 + /branches/v0_91_maint:1-6428 /branches/v0_98_5_maint:1-6841 Modified: trunk/matplotlib/lib/matplotlib/lines.py =================================================================== --- trunk/matplotlib/lib/matplotlib/lines.py 2009-01-27 12:33:10 UTC (rev 6841) +++ trunk/matplotlib/lib/matplotlib/lines.py 2009-01-27 12:34:49 UTC (rev 6842) @@ -315,7 +315,7 @@ 'return the pick radius used for containment tests' return self.pickradius - def setpickradius(self,d): + def set_pickradius(self,d): """Sets the pick radius used for containment tests ACCEPTS: float distance in points This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |