Re: [matplotlib-devel] fix to clabel issues plus more

2008-09-24 Thread David Kaplan
Hi, Sounds fine, though I would note that about half of the code that was in numerical_methods originally came from cbook, not mlab. This code fits equally well in mlab, so I don't have anything against putting it there. Thanks for taking care of this - I have been busy with other things. Cheer

Re: [matplotlib-devel] fix to clabel issues plus more

2008-09-23 Thread John Hunter
On Tue, Sep 16, 2008 at 3:26 AM, David M. Kaplan <[EMAIL PROTECTED]> wrote: > Hi, > > I would just undo what I have done rather than putting a lot of moved > messages all over the place. I personally find the mix of matlab and > non-matlab stuff in mlab confusing, but I will go with the group > co

Re: [matplotlib-devel] fix to clabel issues plus more

2008-09-16 Thread David M. Kaplan
Hi, I would just undo what I have done rather than putting a lot of moved messages all over the place. I personally find the mix of matlab and non-matlab stuff in mlab confusing, but I will go with the group consensus. Cheers, David On Sun, 2008-09-14 at 12:08 -0500, John Hunter wrote: > On Su

Re: [matplotlib-devel] fix to clabel issues plus more

2008-09-14 Thread John Hunter
On Sun, Sep 14, 2008 at 10:44 AM, David M. Kaplan <[EMAIL PROTECTED]> wrote: > I also moved a bunch of functions having to do with numerics and > geometry from cbook and mlab into a separate file called > numerical_methods.py as was discussed a while back. This is fairly easy > to undo if a probl

[matplotlib-devel] fix to clabel issues plus more

2008-09-14 Thread David M. Kaplan
Hi, Just wanted to note that I committed to SVN a fix to the clabel/ginput issues previously identified, plus a few more changes I have worked on along the way. clabel and ginput now allow you to use the keyboard for selecting, erasing and ending point input. I also moved a bunch of functions ha