Rotate x-axes (xticks) text.

Hi,

Is it possible to angle the text in the xticklabels? I find it bunches up a bit too much in my graph and I can’t really read it.

Thanks,
Jason.

···


… Jason C. Leach
… PGP Key: 0x62DDDF75
… Keyserver: gpg.mit.edu

Hi,

Is it possible to angle the text in the xticklabels? I find it bunches up a bit too much in my graph and I can’t really read it.

The following works for me.

xticks(arange(len(data)), date, rotation=30, size=‘small’)

– Paul

···

On 2/27/06, Jason C. Leach <jason.leach@…287…> wrote: