Re: [matplotlib-devel] legend class with paddings in canvas unit

2008-10-31 Thread Eric Firing
Jae-Joon Lee wrote: > John, > > The current legend class has following options given in axes units. > > pad, labelsep, handlelen, hadletextsep, axespad > > Eric introduced borderpad (given as a fraction of the font size), > which replaces "pad". > One way is to introduce new names for all of a

Re: [matplotlib-devel] annotation with fancy arrow

2008-10-31 Thread John Hunter
On Fri, Oct 31, 2008 at 5:12 AM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > But I guess this can be simplified. > And, I may gather those Connector classes under a single class (or a > module). And same for arrowstyle classes and boxstyle classes. Yes, I think this is the way to go -- uses classes

Re: [matplotlib-devel] legend class with paddings in canvas unit

2008-10-31 Thread Jae-Joon Lee
John, The current legend class has following options given in axes units. pad, labelsep, handlelen, hadletextsep, axespad Eric introduced borderpad (given as a fraction of the font size), which replaces "pad". One way is to introduce new names for all of above options. Eric's suggestion was (i

Re: [matplotlib-devel] [Fwd: Re: Patch for scatter plot legend enhancement]

2008-10-31 Thread Jae-Joon Lee
Sorry Erik. Can you make a new patch against the current SVN? Some of the patch was applied (but without scatterpoints option) in the SVN. Thanks, -JJ On Thu, Oct 30, 2008 at 1:58 PM, Erik Tollerud <[EMAIL PROTECTED]> wrote: > No more thoughts on this? Or was some version of the patch committ

Re: [matplotlib-devel] annotation with fancy arrow

2008-10-31 Thread Jae-Joon Lee
John, Thanks for the advice. I'll try to put some mre effort on the documentation. > - is using a string for connectionstyle the best choice? Ie, instead of:: > > connectionstyle="angle,angleA=0,angleB=90,rad=10" > >would we rather have something like:: > > connectionstyle=connec