ticks size

Claudio <claudio.martella@...1576...> writes:

Is there any way i can handle the size (without having to actually
modify the whole system through config file)?

Yes, the size keyword:

xticks(ind, colors.keys())

xticks(ind, colors.keys(), size='smaller')

The possible values of size are listed at
http://matplotlib.sourceforge.net/fonts.html
(see font.size).

···

--
Jouni K. Sepp�nen