We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FuncAnimation
ArtistAnimation
1 parent 5c3a146 commit 907ba56Copy full SHA for 907ba56
lib/matplotlib/animation.py
@@ -1426,7 +1426,8 @@ def _step(self, *args):
1426
1427
class ArtistAnimation(TimedAnimation):
1428
"""
1429
- Animation using a fixed set of `.Artist` objects.
+ `TimedAnimation` subclass that creates an animation by using a fixed
1430
+ set of `.Artist` objects.
1431
1432
Before creating an instance, all plotting should have taken place
1433
and the relevant artists saved.
@@ -1502,7 +1503,8 @@ def _draw_frame(self, artists):
1502
1503
1504
class FuncAnimation(TimedAnimation):
1505
- Makes an animation by repeatedly calling a function *func*.
1506
+ `TimedAnimation` subclass that makes an animation by repeatedly calling
1507
+ a function *func*.
1508
1509
.. note::
1510
0 commit comments