|
From: Fabrice S. <si...@lm...> - 2012-08-30 17:58:15
|
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 ) |