plot() cuts off long tick labels

Is there any way of preventing tick label names from being cut off by
the plot canvas? Seems to happen every time:

http://a3.s3.p.quickshareit.com/files/validationb0e66.png

Thanks in advance.

···

--
Chris Fonnesbeck
Department of Mathematics and Statistics
PO Box 56, University of Otago
Dunedin, New Zealand

Chris Fonnesbeck wrote:

Is there any way of preventing tick label names from being cut off by
the plot canvas? Seems to happen every time:

http://a3.s3.p.quickshareit.com/files/validationb0e66.png

Thanks in advance.

There is no automatic way. If you are going to use long labels like that, then you need to use subplots_adjust or other manual methods for positioning your axes within your figure.

Eric

You can also permanently change the defaults in you rc file

JDH

···

On Jan 15, 2009, at 8:41 PM, Eric Firing <efiring@...202...> wrote:

Chris Fonnesbeck wrote:

Is there any way of preventing tick label names from being cut off by
the plot canvas? Seems to happen every time:

http://a3.s3.p.quickshareit.com/files/validationb0e66.png

Thanks in advance.

There is no automatic way. If you are going to use long labels like
that, then you need to use subplots_adjust or other manual methods for
positioning your axes within your figure.