Re: [matplotlib-devel] Circular import

2008-07-19 Thread John Hunter
On Sat, Jul 19, 2008 at 9:48 PM, Ryan May <[EMAIL PROTECTED]> wrote: > Ok, thanks for the vote of confidence. My (newly created) ID is: ryanmay Alright, you're now set up for commits. Keep working closely with Eric and Jeff and the rest of us on the functionality you are adding. Welcome aboard!

Re: [matplotlib-devel] Circular import

2008-07-19 Thread Ryan May
John Hunter wrote: > On Sat, Jul 19, 2008 at 9:30 PM, Ryan May <[EMAIL PROTECTED]> wrote: >> Take this one instead. I missed some imports on the last one (oops). > > Hey Ryan -- the code you have been contributing is certainly high > quality, and I am happy to give you commit rights if you send m

Re: [matplotlib-devel] Circular import

2008-07-19 Thread John Hunter
On Sat, Jul 19, 2008 at 9:30 PM, Ryan May <[EMAIL PROTECTED]> wrote: > Take this one instead. I missed some imports on the last one (oops). Hey Ryan -- the code you have been contributing is certainly high quality, and I am happy to give you commit rights if you send me your sf id. You should st

Re: [matplotlib-devel] Circular import

2008-07-19 Thread Ryan May
John Hunter wrote: On Sat, Jul 19, 2008 at 8:58 PM, Ryan May <[EMAIL PROTECTED]> wrote: Hi, In integrating my barbs work, I'm having trouble that causes a circular import. I used delete_masked_points from axes. The problem here is that axes imports quiver (where I put barbs) which then has to

Re: [matplotlib-devel] Circular import

2008-07-19 Thread Ryan May
John Hunter wrote: On Sat, Jul 19, 2008 at 8:58 PM, Ryan May <[EMAIL PROTECTED]> wrote: Hi, In integrating my barbs work, I'm having trouble that causes a circular import. I used delete_masked_points from axes. The problem here is that axes imports quiver (where I put barbs) which then has to

Re: [matplotlib-devel] Circular import

2008-07-19 Thread Eric Firing
John Hunter wrote: > On Sat, Jul 19, 2008 at 8:58 PM, Ryan May <[EMAIL PROTECTED]> wrote: >> Hi, >> >> In integrating my barbs work, I'm having trouble that causes a circular >> import. I used delete_masked_points from axes. The problem here is that >> axes imports quiver (where I put barbs) which

Re: [matplotlib-devel] Circular import

2008-07-19 Thread John Hunter
On Sat, Jul 19, 2008 at 8:58 PM, Ryan May <[EMAIL PROTECTED]> wrote: > Hi, > > In integrating my barbs work, I'm having trouble that causes a circular > import. I used delete_masked_points from axes. The problem here is that > axes imports quiver (where I put barbs) which then has to (in some form