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 166fdf2 commit 0d80b82Copy full SHA for 0d80b82
lib/matplotlib/animation.py
@@ -889,8 +889,10 @@ def __del__(self):
889
warnings.warn(
890
'Animation was deleted without rendering anything. This is '
891
'most likely not intended. To prevent deletion, assign the '
892
- 'Animation to a variable `anim` that exists until you have '
893
- 'outputted the Animation using `plt.show()` or `anim.save()`.')
+ 'Animation to a variable, e.g. `anim`, that exists until you '
+ 'have outputted the Animation using `plt.show()` or '
894
+ '`anim.save()`.'
895
+ )
896
897
def _start(self, *args):
898
"""
0 commit comments