Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Daniel Hyams
OK, I have a sample code for people to run if they want to. I've dumped all of the interactive manager code and some sample usage (of the mix-in way of doing it) in the following branch: https://github.com/dhyams/matplotlib/tree/MEP9 in the directory examples/user_interfaces/imanager.py Just r

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Daniel Hyams
On Fri, Aug 17, 2012 at 3:24 PM, Eric Firing wrote: > On 2012/08/17 8:45 AM, Daniel Hyams wrote: > > I was planning to just create my own branch to start putting code in, > > but would it be better for an admin to create a branch off of master in > > the main matplotlib repo (say MEP9)? Then who

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Eric Firing
On 2012/08/17 8:45 AM, Daniel Hyams wrote: > I was planning to just create my own branch to start putting code in, > but would it be better for an admin to create a branch off of master in > the main matplotlib repo (say MEP9)? Then whoever wants to help out > with MEP9 can branch from that and is

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Daniel Hyams
I was planning to just create my own branch to start putting code in, but would it be better for an admin to create a branch off of master in the main matplotlib repo (say MEP9)? Then whoever wants to help out with MEP9 can branch from that and issue pull requests against it? On Fri, Aug 17, 2012

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Daniel Hyams
On Fri, Aug 17, 2012 at 2:25 PM, Michael Droettboom wrote: > Here's my initial thoughts: > > There are a few examples in the event_handling that are going to be much > simplified by this new infrastructure. They should be updated to point > people in the direction of this new/better/easier way.

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Michael Droettboom
Here's my initial thoughts: There are a few examples in the event_handling that are going to be much simplified by this new infrastructure. They should be updated to point people in the direction of this new/better/easier way. How do the *select* methods relate to the existing pick functiona

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Daniel Hyams
On Fri, Aug 17, 2012 at 10:52 AM, Drain, Theodore R (343P) < theodore.r.dr...@jpl.nasa.gov> wrote: > OK - I'll start the ball rolling... > > > > One feature that would be nice to have is positioning options that are not > pixel based. See the annotate function for some possibilities: > Note tha

Re: [matplotlib-devel] MEP9: interactivity

2012-08-17 Thread Drain, Theodore R (343P)
OK - I'll start the ball rolling... One feature that would be nice to have is positioning options that are not pixel based. See the annotate function for some possibilities: http://matplotlib.sourceforge.net/api/pyplot_api.html#matplotlib.pyplot.annotate I'm not sure if all of these opti

Re: [matplotlib-devel] MEP9: interactivity

2012-08-16 Thread Michael Droettboom
Thanks for this. The first "real" MEP! My view is that we can discuss this here, and then you would be ultimately responsible for updating the MEP based on feedback -- but this is a new process, we can be as flexible as we want. I've read it through once and think it's a very valuable idea i