File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1407,12 +1407,9 @@ class ArtistList(Sequence):
1407
1407
"""
1408
1408
A sublist of Axes children based on their type.
1409
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.
1410
+ The type-specific children sublists were made immutable in Matplotlib
1411
+ 3.7. In the future these artist lists may be replaced by tuples. Use
1412
+ as if this is a tuple already.
1416
1413
"""
1417
1414
def __init__ (self , axes , prop_name ,
1418
1415
valid_types = None , invalid_types = None ):
You can’t perform that action at this time.
0 commit comments