Re: [matplotlib-devel] draw() in Figure does not obey get_animated()

2011-10-15 Thread John Hunter
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

[matplotlib-devel] draw() in Figure does not obey get_animated()

2011-10-14 Thread Daniel Hyams
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