Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f6c1b97

Browse files
committed
fixed set_pickradius bug
svn path=/branches/v0_98_5_maint/; revision=6841
1 parent 7d809b1 commit f6c1b97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/lines.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ def get_pickradius(self):
313313
'return the pick radius used for containment tests'
314314
return self.pickradius
315315

316-
def setpickradius(self,d):
316+
def set_pickradius(self,d):
317317
"""Sets the pick radius used for containment tests
318318
319319
ACCEPTS: float distance in points

0 commit comments

Comments
 (0)