On Fri, Oct 14, 2011 at 9:11 PM, Daniel Hyams wrote:
> This could be intentional...I don't know much about the history of
> matplotlib, so it's hard to guess at these things. Anyway, the figure
> container does not care about the "animated" state of its artists when it
> does its drawing.
> To fi
This could be intentional...I don't know much about the history of
matplotlib, so it's hard to guess at these things. Anyway, the figure
container does not care about the "animated" state of its artists when it
does its drawing.
To fix this, in the Figure.draw routine (in figure.py), add the foll