Re: [matplotlib-devel] muilti figure backend

2013-09-26 Thread Federico Ariza
I did the PR :) https://github.com/matplotlib/matplotlib/pull/2465 I tried my best to follow the coding_guide, one thing that I did not find, were the tests for the interactive backends. Thanks Federico On Wed, Sep 25, 2013 at 3:36 PM, Federico Ariza wrote: > No there is no pull request. > > I

Re: [matplotlib-devel] muilti figure backend

2013-09-25 Thread Federico Ariza
No there is no pull request. I wanted to get some feedback before, as the development workflow suggested. Federico On Wed, Sep 25, 2013 at 3:25 PM, Michael Droettboom wrote: > Is there a pull request open for this? If not, could you create one? > > Mike > > On 09/25/2013 03:04 PM, Federico Ariz

Re: [matplotlib-devel] muilti figure backend

2013-09-25 Thread Michael Droettboom
Is there a pull request open for this? If not, could you create one? Mike On 09/25/2013 03:04 PM, Federico Ariza wrote: > Hello > > To address the concern of display multiple figures at the same time. > I added detach and re-parent methods to the figure manager, so figures > can be programaticall

Re: [matplotlib-devel] muilti figure backend

2013-09-25 Thread Federico Ariza
Hello To address the concern of display multiple figures at the same time. I added detach and re-parent methods to the figure manager, so figures can be programatically redistributed between containers. Also I added a couple of tools that I use a lot, one for line properties and one for axes prop

Re: [matplotlib-devel] muilti figure backend

2013-09-18 Thread Federico Ariza
I forgot about the diff link. https://github.com/fariza/matplotlib/compare/tabbed-gtk3-figuremanager I try to place everything where it is supposed to go (backend_bases) On Wed, Sep 18, 2013 at 8:38 AM, Phil Elson wrote: > > No need to be nervous. We are a friendly bunch and this is cool stu