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 not much
> of a good way?
>
> TIA,

I think I am facing a similar problem. I would like to auto-adjust the
chart frame.

For example, doing this, the title is cropped :

import pylab
pylab.plot([1,2,3])
pylab.title('Big One', fontsize=72)
pylab.show()

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to