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

Skip to content

Commit d4a256c

Browse files
committed
rm docstring
1 parent f569671 commit d4a256c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/animation/pause_resume.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ def toggle_pause(self, *args, **kwargs):
3838
self.paused = not self.paused
3939

4040
def update(self, i):
41-
"""Translate the normal distribution and plot it mod 20."""
4241
self.n0 += i / 100 % 5
4342
self.p.set_ydata(self.n0 % 20)
4443
return (self.p,)

0 commit comments

Comments
 (0)