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] 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

Re: [matplotlib-devel] annotation with fancy arrow

2008-10-30 Thread John Hunter
On Thu, Oct 30, 2008 at 9:28 AM, Darren Dale <[EMAIL PROTECTED]> wrote: > Line 2900 in patches.py is not compatible with python-2.6. "as" is protected > and cannot be used as a variable name. good catch - -fixed in r6355 JDH ---

Re: [matplotlib-devel] annotation with fancy arrow

2008-10-30 Thread Darren Dale
Line 2900 in patches.py is not compatible with python-2.6. "as" is protected and cannot be used as a variable name. On Thursday 30 October 2008 09:49:24 am John Hunter wrote: > On Thu, Oct 30, 2008 at 12:32 AM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > > John and others, > > > > I submitted a pat

Re: [matplotlib-devel] annotation with fancy arrow

2008-10-30 Thread John Hunter
On Thu, Oct 30, 2008 at 12:32 AM, Jae-Joon Lee <[EMAIL PROTECTED]> wrote: > John and others, > > I submitted a patch of the fancy arrow I mentioned a while ago. > > http://sourceforge.net/tracker2/?func=detail&aid=2209021&group_id=80706&atid=560722 Hi Jae Joon -- sorry for not responding. I had c