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.
2 parents b4cc7ff + 0526e61 commit 6a37840Copy full SHA for 6a37840
lib/matplotlib/artist.py
@@ -1016,7 +1016,7 @@ def set_animated(self, b):
1016
1017
If True, the artist is excluded from regular drawing of the figure.
1018
You have to call `.Figure.draw_artist` / `.Axes.draw_artist`
1019
- explicitly on the artist. This appoach is used to speed up animations
+ explicitly on the artist. This approach is used to speed up animations
1020
using blitting.
1021
1022
See also `matplotlib.animation` and
0 commit comments