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 callFigure.draw_artist /Axes.draw_artistexplicitly on the artist. This approach is used to speed up animationsusing blitting.

See alsomatplotlib.animation andFaster rendering by using blitting.

Parameters:
bbool