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 be90cb7 commit 29d38c2Copy full SHA for 29d38c2
1 file changed
examples/animation/pause_resume.py
@@ -16,6 +16,7 @@
16
class PauseAnimation:
17
def __init__(self):
18
fig, ax = plt.subplots()
19
+ ax.title.set_text('Click to pause/resume the animation')
20
x = np.linspace(-0.1, 0.1, 1000)
21
22
# Start with a normal distribution
0 commit comments