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

2006-07-18 Thread Asheesh Laroia
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) allows one to customize that radius by a new ke

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

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