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 dfbaaa8 commit 6f9c155Copy full SHA for 6f9c155
1 file changed
lib/matplotlib/axes/_base.py
@@ -1407,12 +1407,9 @@ class ArtistList(Sequence):
1407
"""
1408
A sublist of Axes children based on their type.
1409
1410
- The type-specific children sublists will become immutable in
1411
- Matplotlib 3.7. Then, these artist lists will likely be replaced by
1412
- tuples. Use as if this is a tuple already.
1413
-
1414
- This class exists only for the transition period to warn on the
1415
- deprecated modification of artist lists.
+ The type-specific children sublists were made immutable in Matplotlib
+ 3.7. In the future these artist lists may be replaced by tuples. Use
+ as if this is a tuple already.
1416
1417
def __init__(self, axes, prop_name,
1418
valid_types=None, invalid_types=None):
0 commit comments