Re: [matplotlib-devel] Bug in Qt4 backend (navigation toolbar destroy method)

2008-06-30 Thread Darren Dale
Hi Pierre, On Monday 30 June 2008 06:25:42 am Pierre Raybaut wrote: > 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 err

[matplotlib-devel] Bug in Qt4 backend (navigation toolbar destroy method)

2008-06-30 Thread Pierre Raybaut
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 t