I've been seeing the same thing: Python 2.6.4 (r264:75706, Dec 7 2009, 18:43:55) [GCC 4.4.1] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import matplotlib.pyplot as mplt >>> mplt.plot([1,2,3,4]) /usr/lib/pymodules/python2.6/matplotlib/backends/backend_gtk.py:614: DeprecationWarning: Use the new widget gtk.Tooltip self.tooltips = gtk.Tooltips() [<matplotlib.lines.Line2D object at 0x291f450>]
I also get this when I run any script involving matplotlib from the command line, which gets annoying when I want to do something with the output. Running Ubuntu 9.10, python 2.6.4, matplotlib 0.99.0. -- Deprecation warning in matplotlib gtk backend https://bugs.launchpad.net/bugs/435122 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
