On Thu, Aug 30, 2012 at 12:53 PM, Fabien Lafont <lafont.fab...@gmail.com>wrote:

> Hi,
>
> But how can I do it for every graph and without creating axis?
>
>
>
We just told you:

import matplotlib
matplotlib.rcParams['xticks.labelsize'] = 12.0

Whenever a plot is made, it obtains the defaults from the rcParams.  Note,
if you are changing the rcParams *after* creating a plot, then this would
have no effect.

Cheers!
Ben Root
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to