|
From: <jd...@us...> - 2009-01-27 13:22:32
|
Revision: 6841
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6841&view=rev
Author: jdh2358
Date: 2009-01-27 12:33:10 +0000 (Tue, 27 Jan 2009)
Log Message:
-----------
fixed set_pickradius bug
Modified Paths:
--------------
branches/v0_98_5_maint/lib/matplotlib/lines.py
Modified: branches/v0_98_5_maint/lib/matplotlib/lines.py
===================================================================
--- branches/v0_98_5_maint/lib/matplotlib/lines.py 2009-01-27 12:23:53 UTC (rev 6840)
+++ branches/v0_98_5_maint/lib/matplotlib/lines.py 2009-01-27 12:33:10 UTC (rev 6841)
@@ -313,7 +313,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.
|