Closed
Description
matplotlib-1.2.0rc3
from git
numpy.version.version
Out[47]: '1.8.0.dev-5c944b9'
The simple 3D animated plot at the gallery http://matplotlib.org/examples/animation/simple_anim.html no longer works.
Specifically, it never actually creates the window to draw the figure in if its called from the command line with python simple_anim.py
. From IPython qtconsole it does finally plot a graph, but only after all 'frames' have been rendered, which leaves it with only the final frame showing.
I found that if I stuck a raw_input()
somewhere in the loop, then it magically started working again.
What should I do next?
Metadata
Metadata
Assignees
Labels
No labels