Hi all,

I'm posting to report the following bug in 'backend_qt4.py', class
'NavigationToolbar2QT' l. 309 :

When using Qt4 as default backend, if you type 'plot(x,y)' and then
'close()', you'll obtain an attribute error because 'NavigationToolbar2QT'
has no 'toolitem' attribute (see line 310). I think that 'toolitem' was used
in the previous Qt4 backend implementation.

To make things work, I simply removed this 'destroy' method which is
probably deprecated.

Regards,
Pierre Raybaut
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to