|
From: Chris <bi...@Fu...> - 2004-11-08 16:42:20
|
Dear Xavier,
I am also a brand new user. I can use this one to set the fontsize which
may be useful for you.
xlabel('Points', fontsize=30)
Best regards,
Chris
Xavier MERIAUX wrote:
> Hi,
>
> Could you tell me if it is possible to control the fontsize of the x and
> ylabel. I can't found anything about this in the tutorial ...
>
> I tried without success :
>
> plot([1,2,3])
> x_label = get(gca(), "xlabel")
> set(x_label,fontsize=30)
> xlabel('Points')
> show()
>
> Thanks a lot,
>
> Xavier.
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by:
> Sybase ASE Linux Express Edition - download now for FREE
> LinuxWorld Reader's Choice Award Winner for best database on Linux.
> http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
|