Re: [Matplotlib-users] PATCH legend(numpoints <= 0)

2008-02-03 Thread Eric Firing
Paul, Thanks for the patch. Since numpoints <= 0 is an error, plain and simple, I committed a change (svn 4937) so that it will raise a more informative exception. I don't think that trying to correct the error and raising a warning is a good strategy in this case. Eric [EMAIL PROTECTED] wr

Re: [Matplotlib-users] getting list of interpolation functions...

2008-02-03 Thread Eric Firing
Fred, Cleaning out old mail, I came across this thread. I know it is not exactly what you were requesting, but I still think it meets the need you describe: in svn 4936 I moved _interpd and _interpdr from __init__ to the class attribute level, and added a public class attribute, AxesImage.int

[Matplotlib-users] Moving text objects with drag n drop

2008-02-03 Thread BL
hi, I've put online an example, which uses drag n drop to move text objects. Comments and critics will be really appreciated. You can find this here : http://www.scipy.org/Cookbook/Matplotlib/Drag_n_Drop_Text_Example Regards, -- BL