matplotlib.figure.Figure.add_artist#
- Figure.add_artist(artist,clip=False)[source]#
Add an
Artistto the figure.Usually artists are added to
Axesobjects usingAxes.add_artist; this method can be used in the rare cases whereone needs to add artists directly to the figure instead.
Examples usingmatplotlib.figure.Figure.add_artist#
On this page