8000 Fix missing call to show() in example. · matplotlib/matplotlib@76bba3d · GitHub
[go: up one dir, main page]

Skip to content

Commit 76bba3d

Browse files
committed
Fix missing call to show() in example.
1 parent 66d276f commit 76bba3d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/animation/bayes_update.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,4 @@ def __call__(self, i):
4444
ud = UpdateDist(ax, prob=0.7)
4545
anim = FuncAnimation(fig, ud, frames=np.arange(100), init_func=ud.init,
4646
interval=100, blit=True)
47+
plt.show()

0 commit comments

Comments
 (0)
0