|
From: <ef...@us...> - 2009-08-18 02:41:52
|
Revision: 7497
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7497&view=rev
Author: efiring
Date: 2009-08-18 02:41:43 +0000 (Tue, 18 Aug 2009)
Log Message:
-----------
Remove unmasked_index_ranges from lines.py; it is still in cbook.py
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/lines.py
Modified: trunk/matplotlib/lib/matplotlib/lines.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/lines.py 2009-08-15 23:51:39 UTC (rev 7496)
+++ trunk/matplotlib/lib/matplotlib/lines.py 2009-08-18 02:41:43 UTC (rev 7497)
@@ -26,15 +26,6 @@
CARETLEFT, CARETRIGHT, CARETUP, CARETDOWN) = range(8)
-# COVERAGE NOTE: Never called internally or from examples
-def unmasked_index_ranges(mask, compressed = True):
- warnings.warn("Import this directly from matplotlib.cbook",
- DeprecationWarning)
- # Warning added 2008/07/22
- from matplotlib.cbook import unmasked_index_ranges as _unmasked_index_ranges
- return _unmasked_index_ranges(mask, compressed=compressed)
-
-
def segment_hits(cx, cy, x, y, radius):
"""
Determine if any line segments are within radius of a
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|