Re: [Matplotlib-users] Changes in mouse event

2009-11-13 Thread Fabrice Silva
r7591 introduced an extra argument in the call of fig.canvas.stop_event_loop in the mouse_event_stop method of the BlockingMouseInput class (in blocking_input.py line 199). But, in the GTK backend, fig.canvas.stop_event_loop only takes the instance object as input. I can't figure out whether the c

[Matplotlib-users] Changes in mouse event

2009-11-10 Thread Fabrice Silva
Hi folks, I am using matplotlib on debian unstable with Gtk (or gtkagg sometimes) backend. Since the last update I have some troubles with the stop mouse event in the ginput function: $ python Python 2.5.4 (r254:67916, Sep 26 2009, 08:19:36) [GCC 4.3.4] on linux2 Type "help", "copyright", "credit