Re: [Matplotlib-users] backend with edition capabilities

2012-03-09 Thread François Beaubert
Le 05/03/2012 21:37, Federico Ariza a écrit : Hi As I thought, this is a tricky subject. So far I just opened a github account and added the three files that I am using. https://github.com/fariza/MPL-Experimental-Backend I have tested this on linux, I do not know if it works on windows. I kn

Re: [Matplotlib-users] backend with edition capabilities

2012-03-05 Thread Federico Ariza
Hi As I thought, this is a tricky subject. So far I just opened a github account and added the three files that I am using. https://github.com/fariza/MPL-Experimental-Backend I have tested this on linux, I do not know if it works on windows. I know glade is not the right way to do it if I want t

Re: [Matplotlib-users] backend with edition capabilities

2012-03-01 Thread Matt Newville
Dear Andrea, All On 1 March 2012 22:31, Andrea Gavana wrote: > I thought the OP's original question was something like the Matlab > "plot editor" (or whatever is its name), which allows you to edit line > colours, styles, gridlines styles, this kind of stuff on a "live" plot > (mind you, it's be

Re: [Matplotlib-users] backend with edition capabilities

2012-03-01 Thread Benjamin Root
On Thursday, March 1, 2012, Jerzy Karczmarczuk < jerzy.karczmarc...@unicaen.fr> wrote: > Andrea Gavana : >> Anyway, if I am not completely off-track, this is something I had been >> looking for as well in matplotlib a while back (3, 4 years ago), but >> at that time I was told it would have been co

Re: [Matplotlib-users] backend with edition capabilities

2012-03-01 Thread Jerzy Karczmarczuk
Andrea Gavana : > Anyway, if I am not completely off-track, this is something I had been > looking for as well in matplotlib a while back (3, 4 years ago), but > at that time I was told it would have been complicated to implement it > for all the "live" backend (I can't recall the exact reason). >

Re: [Matplotlib-users] backend with edition capabilities

2012-03-01 Thread Benjamin Root
On Thu, Mar 1, 2012 at 3:31 PM, Andrea Gavana wrote: > On 1 March 2012 21:37, Benjamin Root wrote: > > > > > > On Wed, Feb 29, 2012 at 4:02 PM, Federico Ariza < > ariza.feder...@gmail.com> > > wrote: > >> > >> Dear all > >> > >> I am a long time matplotlib user (under linux) but new to the list >

Re: [Matplotlib-users] backend with edition capabilities

2012-03-01 Thread Andrea Gavana
On 1 March 2012 21:37, Benjamin Root wrote: > > > On Wed, Feb 29, 2012 at 4:02 PM, Federico Ariza > wrote: >> >> Dear all >> >> I am a long time matplotlib user  (under linux) but new to the list >> (second post). >> >> On of the things that bothers me the most is the inability of the standard >>

Re: [Matplotlib-users] backend with edition capabilities

2012-03-01 Thread Benjamin Root
On Wed, Feb 29, 2012 at 4:02 PM, Federico Ariza wrote: > Dear all > > I am a long time matplotlib user (under linux) but new to the list > (second post). > > On of the things that bothers me the most is the inability of the standard > backend to change simple things (line color, labels, etc...).

[Matplotlib-users] backend with edition capabilities

2012-02-29 Thread Federico Ariza
Dear all I am a long time matplotlib user (under linux) but new to the list (second post). On of the things that bothers me the most is the inability of the standard backend to change simple things (line color, labels, etc...). I resorted to create a simple FrankeinBackend (based on the GtkAgg)