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 )




------------------------------------------------------------------------------
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