Re: [Matplotlib-users] Labels sometimes cut off (pie chart)

2008-08-05 Thread Jonathan Hayward, http://JonathansCorner.com
P.S. I have found that I can mitigate the problem by changing the axes: changing, ax = pylab.axes([0.1, 0.1, 0.8, 0.8]) to ax = pylab.axes([0.2, 0.2, 0.6, 0.6]) shrinks almost everything towards the center, meaning that some things no longer get cut off. (But this is at the expense of a small

Re: [Matplotlib-users] Labels sometimes cut off (pie chart)

2008-08-05 Thread Mathieu Leplatre
On Tue, Aug 5, 2008 at 12:21 PM, Jonathan Hayward, http://JonathansCorner.com <[EMAIL PROTECTED]> wrote: > The pie chart sometimes cuts off even relatively short labels that extend > beyond the edge of the image (.1, .1, .8, .8). > > What is the best way to dodge labels getting cut off, or is there