File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
# - :class:`~matplotlib.animation.FuncAnimation`: Generate data for first
25
25
# frame and then modify this data for each frame to create an animated plot.
26
26
#
27
- # - :class:`~matplotlib.animation.FuncAnimation `: Generate a list (iterable)
27
+ # - :class:`~matplotlib.animation.ArtistAnimation `: Generate a list (iterable)
28
28
# of artists that will draw in each frame in the animation.
29
29
#
30
- # :class:`~matplotlib.animation.ArtistAnimation ` is more efficient in terms of
30
+ # :class:`~matplotlib.animation.FuncAnimation ` is more efficient in terms of
31
31
# speed and memory as it draws an artist once and then modifies it. On the
32
32
# other hand :class:`~matplotlib.animation.ArtistAnimation` is flexible as it
33
33
# allows any iterable of artists to be animated in a sequence.
You can’t perform that action at this time.
0 commit comments