[matplotlib-devel] RectangleSelector

2012-01-04 Thread Arnaud Gardelein
In my configuration, when button is released out of the axes, RectangleSelector does not catch the release-button event. The rectangle patch is then left on the Axe. I found more convenient for my application (oscopy, see oscopy.org) to catch the event even if out of axes and limit to the boundarie

Re: [matplotlib-devel] RectangleSelector

2012-01-05 Thread Arnaud Gardelein
Done. Le jeudi 05 janvier 2012 à 07:46 -0500, Michael Droettboom a écrit : > This is a great fix. Would you mind submitting it as a github pull > request so we can review it there? > > Mike > > On 01/05/2012 01:20 AM, Arnaud Gardelein wrote: > > In my configuration,

[matplotlib-devel] [ANNOUNCE] oscopy v0.71-rc1: electrical simulation results viewer

2012-12-15 Thread Arnaud Gardelein
I'm very pleased to announce the first release candidate for Oscopy v0.71. For those just tuning in, Oscopy is a plotting program based on IPython for viewing and post-processing results of electrical simulations (more details on oscopy website [1]). Documentation can be found here [2]. Main user-

Re: [matplotlib-devel] autoconf+python

2013-01-08 Thread Arnaud Gardelein
For oscopy I chose to use autotools with python stuff with the approach "./configure && make && make install". Probably I was not able to find The Good Tutorial/Documentation but I found the learning curve very steep. And today I'm still trying to figure out the interaction with i18n. Comparing wit

[matplotlib-devel] Set supports_blit to False in backend_gtk3cairo ?

2013-11-28 Thread Arnaud Gardelein
Hi, Unless I'm wrong in release 1.3.1, FigureCanvasGTK3Cairo does not define blit(), neither in parents FigureCanvasCairo nor in FigureCanvasGTK3. However from FigureCanvasBase it inherits of supports_blit = True. Therefore when using widgets such as SpanSelector, the test "if self.useblit" is tr

[matplotlib-devel] SpanSelector with gtk3cairo backend

2014-11-10 Thread Arnaud Gardelein
SpanSelector is a powerful widget that allows to define a particular region in a Figure. Some time ago I switched to python3 and needed to use gtk3cairo instead of gtkagg; to my knowledge there is still a message preventing using agg backend with python3. Unfortunately since then I am not able to u

Re: [matplotlib-devel] SpanSelector with gtk3cairo backend

2014-11-11 Thread Arnaud Gardelein
Le mardi 11 novembre 2014 à 08:56 +, Jens Nielsen a écrit : > There was an issue with the GTK3Agg backend on Python 3 due to a > missing feature in the python 3 port of PyCairo but this has been > fixed in Matplotlib 1.4.0 by making it possible to use cairocffi as an > alternative to PyCairo. T