|
From: Benjamin R. <ben...@ou...> - 2012-08-30 16:59:03
|
On Thu, Aug 30, 2012 at 12:53 PM, Fabien Lafont <laf...@gm...>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 |