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
On Fri, Oct 14, 2011 at 6:30 AM, Wesley Emeneker
wrote:
> Attached is patch that moves
> #include
> to before
> #include
>
> The Portland group compiler (v 11.8) won't build ttconv/pprdrv_tt2.cpp with
> the original ordering.
> This is most likely a compiler bug, but changing the include order s
Attached is patch that moves
#include
to before
#include
The Portland group compiler (v 11.8) won't build ttconv/pprdrv_tt2.cpp with
the original ordering.
This is most likely a compiler bug, but changing the include order seems
pretty harmless.
Thanks for the great tool.
I love matplotlib.
W