Re: [Matplotlib-users] Animating selected plot elements

2011-04-05 Thread Alejandro Weinstein
On Mon, Apr 4, 2011 at 6:14 PM, Drew Frank wrote: > This will not address your immediate problem with update_line not > being called, but if you want to animate something over a non-blank > background you will soon run into another issue.  I posted here about > that issue a while back: > http://ww

Re: [Matplotlib-users] Animating selected plot elements

2011-04-05 Thread Alejandro Weinstein
On Mon, Apr 4, 2011 at 4:46 PM, Alejandro Weinstein wrote: > Any advice on how to fix the problem? Or may be this way is obsolete, > but all the animation examples I've found so far don't consider a > fixed background. Adding import matplotlib matplotlib.use('GTKAgg') solved the problem. But n