code to reproduce warning:

>>> from pylab import plot, show
>>> plot([0,1],[0,1])

gives:

Python 2.6.2+ (release26-maint, Sep 13 2009, 21:24:39) 
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from pylab import plot, show
>>> plot([0,1],[0,1])
/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 0xa4a7f8c>]

-- 
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
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to