Re: [Matplotlib-users] PyQt integration problem with the Navigation Toolbar

2009-03-27 Thread Xavier Gnata
> Hello, > > I have a demo application integrating a dynamic mpl plot into a PyQt GUI. > The plot is dynamic in the sense that the user can manipulate it through the > use of the GUI's (PyQt) widgets and controls. The code is in: > http://eli.thegreenplace.net/files/prog_code/qt_mpl_bars.py.txt >

[Matplotlib-users] PyQt integration problem with the Navigation Toolbar

2009-03-26 Thread eliben
Hello, I have a demo application integrating a dynamic mpl plot into a PyQt GUI. The plot is dynamic in the sense that the user can manipulate it through the use of the GUI's (PyQt) widgets and controls. The code is in: http://eli.thegreenplace.net/files/prog_code/qt_mpl_bars.py.txt Now, I have