Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 29d38c2

Browse files
committed
add title to pause/resume example
1 parent be90cb7 commit 29d38c2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/animation/pause_resume.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
class PauseAnimation:
1717
def __init__(self):
1818
fig, ax = plt.subplots()
19+
ax.title.set_text('Click to pause/resume the animation')
1920
x = np.linspace(-0.1, 0.1, 1000)
2021

2122
# Start with a normal distribution

0 commit comments

Comments
 (0)