[Matplotlib-users] memory problem

2007-03-15 Thread Marco Fumana
Hi, I have a memory problem. I'm using: matplotlib-0.85, python 2.3.5, gtk 2.8.6 and pygtk 2.8.2. I create a FigureCanvasGTKAgg with a subplot and I add one Line2D to this subplot. Then I add this FigureCanvas in a gtk.Window When I destroy the gtk.Window (by the gtk method destroy), the memo

[Matplotlib-users] Wheel mouse

2007-02-07 Thread Marco Fumana
Hello, I'm using matplotlib 0.85 in FigureCanvasGTKAgg backend. I'm usign mpl_connect method to connect mouse event to function, but I'm not able to capture mouse wheel motion. Could somebody help me? Thanks marco - Using To