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

Skip to content

Commit 9866f48

Browse files
committed
Remove unmasked_index_ranges from lines.py; it is still in cbook.py
svn path=/trunk/matplotlib/; revision=7497
1 parent 2b03933 commit 9866f48

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

lib/matplotlib/lines.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,6 @@
2626
CARETLEFT, CARETRIGHT, CARETUP, CARETDOWN) = range(8)
2727

2828

29-
# COVERAGE NOTE: Never called internally or from examples
30-
def unmasked_index_ranges(mask, compressed = True):
31-
warnings.warn("Import this directly from matplotlib.cbook",
32-
DeprecationWarning)
33-
# Warning added 2008/07/22
34-
from matplotlib.cbook import unmasked_index_ranges as _unmasked_index_ranges
35-
return _unmasked_index_ranges(mask, compressed=compressed)
36-
37-
3829
def segment_hits(cx, cy, x, y, radius):
3930
"""
4031
Determine if any line segments are within radius of a

0 commit comments

Comments
 (0)