help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

plot axis label and numbers


From: Valmor de Almeida
Subject: plot axis label and numbers
Date: Sat, 14 Jan 2012 22:46:04 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110816 Lightning/1.0b3pre Lanikai/3.1.10

Hello,

Is there a way to control the space between an axis label and the
numbers along the axis? As of now I have a case where the label is too
close to the numbers.

I control the font size of the label with

set(ax(2),"ylabel",text(0.0,0.0,y2Label,"units",'normalized',"rotation",90,"fontsize",26));

and the font size of the axis number with

 set(ax(2),"fontsize",16,"ycolor",'red');

Any idea on how to make the space between numbers and label wider?

Thanks,

--
Valmor





reply via email to

[Prev in Thread] Current Thread [Next in Thread]