|
From: Fabien L. <laf...@gm...> - 2012-08-30 18:00:30
|
Actually I just want to do it on that plot not on all my future plot. 2012/8/30 Fabrice Silva <si...@lm...>: > Le jeudi 30 août 2012 à 19:48 +0200, Fabien Lafont a écrit : >> I just create two vectors from a .txt file and I plot them. >> I think I have the latest version of matplotlib. I have at least the >> last version of python(x,y) >> >> >> from pylab import* >> >> import matplotlib >> matplotlib.rcParams['xtick.labelsize'] = 20.0 > > In your matplotlib config file > axes.titlesize : 10 # fontsize of the axes title > axes.labelsize : 10 # fontsize of the x any y labels > (see http://matplotlib.sourceforge.net/users/customizing.html ) > > > |