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

Skip to content

Commit 221460b

Browse files
committed
Deprecated align_iterators in cbook
1 parent 3987f68 commit 221460b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/cbook/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,6 +1979,7 @@ def unmasked_index_ranges(mask, compressed=True):
19791979
ls_mapper_r = {v: k for k, v in six.iteritems(ls_mapper)}
19801980

19811981

1982+
@deprecated('2.2')
19821983
def align_iterators(func, *iterables):
19831984
"""
19841985
This generator takes a bunch of iterables that are ordered by func

0 commit comments

Comments
 (0)