Re: [matplotlib-devel] Backend for Pyside

2011-05-31 Thread David Trémouilles
The pyside bug affecting matplotlib pyside backend is now fixed with pyside 1.0.3 I would be nice to have the pyside option in the next matplotlib release... Regards, David Le 06/05/11 10:32, David Trémouilles a écrit : > Hello, > > This is not directly related to your patch but I w

Re: [matplotlib-devel] Backend for Pyside

2011-05-06 Thread David Trémouilles
Hello, This is not directly related to your patch but I would like to report here that I still have at least one issue on MacOs that prevent matplotlib to work with your pyside backend. Indeed current PySide version (1.0.2) have a bug on MacOS that seems to have been fixed recently: http://bugs.p

Re: [matplotlib-devel] [Matplotlib-users] Mouse event blocked in 1.0 but works with 0.93 ? (Solved)

2010-09-23 Thread David Trémouilles
Wonderful ! This does indeed solve my issue. Many many thanks, David Le 23/09/10 17:35, Ryan May a écrit : > On Thu, Sep 23, 2010 at 9:16 AM, David Trémouilles > wrote: >> OK, was able to narrow thinks down: >> actually it looks like >> figure.canvas.mpl_connec

Re: [matplotlib-devel] Mouse event blocked in 1.0 but works with 0.93 ?

2010-09-23 Thread David Trémouilles
or devel list ? Le 23/09/10 14:20, David Trémouilles a écrit : Hello, My pyqt4 app use the matplotlib pick event. Cliking on a point in the graph triggers an event but with matplotlib 1.0 it does not work anymore while it was working fine with 0.93. (Matplotlib version is only what was changed) A

[matplotlib-devel] Mouse event blocked in 1.0 but works with 0.93 ?

2010-09-23 Thread David Trémouilles
Hello, My pyqt4 app use the matplotlib pick event. Cliking on a point in the graph triggers an event but with matplotlib 1.0 it does not work anymore while it was working fine with 0.93. (Matplotlib version is only what was changed) Any one who might be aware of a matplotlib change that could hav