[matplotlib-devel] Yet another minor release

2006-08-14 Thread Charlie Moad
Numpy 1.0b2 was released last night and Travis hopes this will remain binary compatible with numpy 1.0. Are there any objections to a minor release bump? I could do this an soon as tomorrow. - Charlie - Using Tomcat but nee

Re: [matplotlib-devel] Yet another minor release

2006-08-14 Thread John Hunter
> "Charlie" == Charlie Moad <[EMAIL PROTECTED]> writes: Charlie> Numpy 1.0b2 was released last night and Travis hopes this Charlie> will remain binary compatible with numpy 1.0. Are there Charlie> any objections to a minor release bump? I could do this Charlie> an soon as tom

Re: [matplotlib-devel] Patch to let specify pie chart text radius

2006-08-14 Thread Asheesh Laroia
On Tue, 18 Jul 2006, Asheesh Laroia wrote: For pie charts, autopct lets a format string with the pie's value be printed on the chart. The default fraction of the radius that the text is printed at is 0.6; I wanted the text farther out at 0.85. This small patch (against matplotlib 0.87.4) all

Re: [matplotlib-devel] Patch to let specify pie chart text radius

2006-08-14 Thread Darren Dale
Hi Asheesh, It looks like your first email got overlooked. Sorry about that. Would you also post a bug report at the sourceforge webpage? I'll look at your patch when I get a chance. Darren On Monday 14 August 2006 8:17 pm, Asheesh Laroia wrote: > On Tue, 18 Jul 2006, Asheesh Laroia wrote: >

Re: [matplotlib-devel] Patch to let specify pie chart text radius

2006-08-14 Thread John Hunter
> "Asheesh" == Asheesh Laroia <[EMAIL PROTECTED]> writes: Asheesh> This patch does not change default behavior but provides Asheesh> a useful feature enhancement that we use at Creative Asheesh> Commons. It would be great if you, our humble upstream, Asheesh> would accept it i

Re: [matplotlib-devel] Patch to let specify pie chart text radius

2006-08-14 Thread Asheesh Laroia
On Mon, 14 Aug 2006, John Hunter wrote: Hey Asheesh -- sorry we missed this the first time. I just tried to apply it but the patch didn't go through because of the dir naming conventions you are using on your system. Could you try to get an svn co, apply your patch, and then submit an 'svn di