|
From: Fabien L. <laf...@gm...> - 2012-08-31 08:24:08
|
Hi,
I think I was tired yesterday.
matplotlib.rcParams['xtick.labelsize'] = 20.0 works perfectly also
with xlabel("name", size= 30)
Thanks all,
Fabien
2012/8/30 Mark Lawrence <bre...@ya...>:
> On 30/08/2012 19:00, Fabien Lafont wrote:
>> 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 )
>>>
>>>
>>>
>>
>> ------------------------------------------------------------------------------
>> 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/
>>
>
> I think you're looking for this
> http://matplotlib.sourceforge.net/users/whats_new.html#tick-params
>
> --
> Cheers.
>
> Mark Lawrence.
>
>
> ------------------------------------------------------------------------------
> 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
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
|