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

Skip to content

Commit 92cc34b

Browse files
committed
Remove vector_lengths deprecation
1 parent c81cddb commit 92cc34b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/mlab.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3967,7 +3967,6 @@ def cross_from_above(x, threshold):
39673967
##################################################
39683968
# Vector and path length geometry calculations
39693969
##################################################
3970-
@cbook.deprecated("2.2", alternative='np.linalg.norm')
39713970
def vector_lengths(X, P=2., axis=None):
39723971
"""
39733972
Finds the length of a set of vectors in *n* dimensions. This is

0 commit comments

Comments
 (0)