Hello,

What I do is to set it _before_ plotting through the rcParams.

rcParams['xtick.labelsize']=24

There is also the possiblity to change that property afterwards with  
an argument to xticks.

xticks(fontsize=24)

Pierre

Le 21 janv. 10 à 22:36, Brian Larsen a écrit :

> How does one set the font size on ticklabels and labels for a figure?
>
> I would expect something like plot(arange(11), xfontsize=14) to work
> but I am not finding any keywords here for that.  what am I missing?


------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to