Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b6c95 commit 3bc4747Copy full SHA for 3bc4747
1 file changed
lib/matplotlib/lines.py
@@ -75,9 +75,6 @@ def segment_hits(cx,cy,x,y,radius):
75
"""Determine if any line segments are within radius of a point. Returns
76
the list of line segments that are within that radius.
77
"""
78
- import pdb
79
- pdb.set_trace()
80
-
81
# Process single points specially
82
if len(x) < 2:
83
res, = npy.nonzero( (cx - x)**2 + (cy - y)**2 <= radius**2 )
0 commit comments