Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/api/axes_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -607,3 +607,5 @@ Other
Axes.get_transformed_clip_path_and_affine
Axes.has_data
Axes.set

.. autoclass:: matplotlib.axes.Axes.ArtistList
8 changes: 6 additions & 2 deletions lib/matplotlib/axes/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1315,8 +1315,12 @@ class ArtistList(MutableSequence):
"""
A sublist of Axes children based on their type.

This exists solely to warn on modification. In the future, the
type-specific children sublists will be immutable tuples.
The type-specific children sublists will become immutable in
Matplotlib 3.7. Then, these artist lists will likely be replaced by
tuples. Use as if this is a tuple already.

This class exists only for the transition period to warn on the
deprecated modifcation of artist lists.
"""
def __init__(self, axes, prop_name, add_name,
valid_types=None, invalid_types=None):
Expand Down
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy