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 f569671 commit d4a256cCopy full SHA for d4a256c
1 file changed
examples/animation/pause_resume.py
@@ -38,7 +38,6 @@ def toggle_pause(self, *args, **kwargs):
38
self.paused = not self.paused
39
40
def update(self, i):
41
- """Translate the normal distribution and plot it mod 20."""
42
self.n0 += i / 100 % 5
43
self.p.set_ydata(self.n0 % 20)
44
return (self.p,)
0 commit comments