matplotlib.figure.SubFigure.add_artist
- SubFigure.add_artist(artist, clip=False)[source]
-
Add an
Artist
to the figure.Usually artists are added to
Axes
objects usingAxes.add_artist
; this method can be used in the rare cases where one needs to add artists directly to the figure instead.
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/matplotlib.figure.SubFigure.add_artist.html