Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d319a commit 0aa73a2Copy full SHA for 0aa73a2
lib/matplotlib/animation.py
@@ -1426,7 +1426,7 @@ def _step(self, *args):
1426
1427
class ArtistAnimation(TimedAnimation):
1428
"""
1429
- `TimedAnimation` subclass that creates an animation by using a fixed
+ `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
@@ -1503,7 +1503,7 @@ def _draw_frame(self, artists):
1503
1504
class FuncAnimation(TimedAnimation):
1505
1506
- `TimedAnimation` subclass that makes an animation by repeatedly calling
+ `TimedAnimation` subclass that makes an animation by repeatedly calling
1507
a function *func*.
1508
1509
.. note::
0 commit comments