help-octave
[Top][All Lists]
Advanced

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

Re: plot axis label and numbers


From: Valmor de Almeida
Subject: Re: plot axis label and numbers
Date: Sat, 14 Jan 2012 23:33:38 -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

On 01/14/2012 11:32 PM, Ben Abbott wrote:
> On Jan 14, 2012, at 10:46 PM, Valmor de Almeida wrote:
> 
>> 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,
> 
> What version of Octave are you using ?
> 
> Ben
> 
> 


->  octave
GNU Octave, version 3.2.4

Thanks,

--
Valmor


reply via email to

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