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 66d276f commit 76bba3dCopy full SHA for 76bba3d
examples/animation/bayes_update.py
@@ -44,3 +44,4 @@ def __call__(self, i):
44
ud = UpdateDist(ax, prob=0.7)
45
anim = FuncAnimation(fig, ud, frames=np.arange(100), init_func=ud.init,
46
interval=100, blit=True)
47
+plt.show()
0 commit comments