Re: [matplotlib-devel] MEP 27 Backend Refactor (Gcf)

2015-04-02 Thread OceanWolf
Okay, just about finished WebAgg, but it has raised an interesting question about layout... I started working to standardise using the way we do it on ``Gtk3``, i.e. using a pure vertical layout, adding elements from either the top or the bottom of the container and setting widgets (i.e. the can

Re: [matplotlib-devel] MEP 27 Backend Refactor (Gcf)

2015-03-24 Thread Achyut Rastogi
Sorry, for the mail the other day everyone. On Tue, Mar 24, 2015 at 8:13 PM, Achyut Rastogi wrote: > Nope, my first time on mailing lists, I think I also did a reply to all > once by mistake!! > > On Tue, Mar 24, 2015 at 6:25 PM, OceanWolf > wrote: > >> My pleasure. >> >> Were you aware that y

Re: [matplotlib-devel] MEP 27 Backend Refactor (Gcf)

2015-03-24 Thread OceanWolf
Correct, I meant that I don't see my refactor of the webagg backend affecting the refactor I have done in the main PR. I do the refactor of the core classes in https://github.com/matplotlib/matplotlib/pull/4143 and then make separate branches (which will turn into PRs once the main backend has

Re: [matplotlib-devel] MEP 27 Backend Refactor (Gcf)

2015-03-23 Thread OceanWolf
Just updated the MEP with more info. From what I gather, I don't see any problems. Refactoring WebAgg makes for slow progress, but nothing that breaks the main PR. As far as I can tell it can get merged while I work on the other backends and submit them as separate PRs. With this main branc