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 1df45d6 commit 0a4dd1cCopy full SHA for 0a4dd1c
1 file changed
examples/animation/strip_chart.py
@@ -49,7 +49,7 @@ def emitter(p=0.1):
49
yield np.random.rand(1)
50
51
# Fixing random state for reproducibility
52
-np.random.seed(1968080)
+np.random.seed(19680801 // 10)
53
54
55
fig, ax = plt.subplots()
0 commit comments