matplotlib / 3.4.3 / _as_gen / matplotlib.artist.artist.set_animated.html /

matplotlib.artist.Artist.set_animated

Artist. set_animated ( b ) [source]

Set whether the artist is intended to be used in an animation.

If True, the artist is excluded from regular drawing of the figure. You have to call Figure.draw_artist / Axes.draw_artist explicitly on the artist. This appoach is used to speed up animations using blitting.

See also matplotlib.animation and Faster rendering by using blitting.

Parameters:
b bool

© 2012–2021 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/3.4.3/api/_as_gen/matplotlib.artist.Artist.set_animated.html