[scilab-Users] Size of the X and/or Y axis labels

Mike Page Mike at Page-One.Waitrose.com
Tue Feb 14 18:03:32 CET 2012


You can use a = gca() to get the axis properties and then set the font size using:

a.x_label.font_size=3

HTH.
Mike.


-----Original Message-----
From: CRETE Denis [mailto:denis.crete at thalesgroup.com]
Sent: 14 February 2012 16:26
To: users at lists.scilab.org
Subject: [scilab-Users] Size of the X and/or Y axis labels


Hi,
I tried many different ways to increase the size of the text labelling the x and y axis of a graph. Among them:
xtitle('','T [K]','Ic [mA]',font_size=3)
which does not work. Does anybody know the command to incrase the font size of 'T [K]' and 'Ic [mA]' in a script (and not with the graphic properties editor, which will only work "manually")? 
Thank you in advance
Denis





More information about the users mailing list