Mac OSX マシンで matplotlib のアニメーションの例を見ていく - http://matplotlib.org/examples/animation/simple_anim.html - このエラーが発生しています:-
File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/matplotlib/animation.py", line 248, in _blit_clear
a.figure.canvas.restore_region(bg_cache[a])
AttributeError: 'FigureCanvasMac' object has no attribute 'restore_region'
以前にこれに遭遇したことがある人は、この問題を解決する方法を知っていますか?
これは既知の (この執筆時点では未解決の) 問題のようです - https://github.com/matplotlib/matplotlib/issues/531