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:48:29 -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:43 PM, Ben Abbott wrote:
> On Jan 14, 2012, at 11:33 PM, Valmor de Almeida wrote:
> 
>> 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
> 
> Unfortunately, the 3.2.x series had a bug that prevented the spacing of the 
> axis labels from adjusting with changes in the fontsize.
> 
> Are you able to update to a more recent version?
> 
> Ben
> 

I can update to octave-3.4.0 and soon to 3.4.3. Does this help?

Thanks,

--
Valmor



reply via email to

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