From: Alejandro W. <ale...@gm...> - 2011-04-05 15:02:03
|
On Mon, Apr 4, 2011 at 4:46 PM, Alejandro Weinstein <ale...@gm...> 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 now I get this warning: /usr/lib/pymodules/python2.6/matplotlib/backends/backend_gtk.py:621: DeprecationWarning: Use the new widget gtk.Tooltip self.tooltips = gtk.Tooltips() I am running Ubuntu 10.04, with MPL version 0.99.1.2-3ubuntu1, in case that matter. Alejandro. |