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 0a4dd1c commit 4780a81Copy full SHA for 4780a81
1 file changed
examples/animation/strip_chart.py
@@ -48,6 +48,7 @@ def emitter(p=0.1):
48
else:
49
yield np.random.rand(1)
50
51
+
52
# Fixing random state for reproducibility
53
np.random.seed(19680801 // 10)
54
0 commit comments