help-octave
[Top][All Lists]
Advanced

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

Re: ticklength weirdness


From: Ben Abbott
Subject: Re: ticklength weirdness
Date: Thu, 01 Mar 2012 17:38:56 -0500

On Mar 1, 2012, at 5:03 PM, Michael Goffioul wrote:

> On Thu, Mar 1, 2012 at 6:17 PM, Muhali <address@hidden> wrote:
>> is it only me who sees really strange things when doing the following:
>> 
>> graphics_toolkit fltk
>> axes("position", [0.0768   0.5457   0.1907   0.3805], "xaxislocation",
>> "top", "yaxislocation", "right", "xlim", [0.8 14], "ylim", [-2 3])
>> 
>> I see 4 ticks at the lower x axis and none at the left y-axis. When issuing
>> 
>> set(gca, "ticklength", [0.02 0.02])
>> 
>> everything seems in order.
> 
> This seems to work fine under octave 3.6.1. What version are you using?
> 
> Michael.

The problem is in the developers sources. For the current release the fltk 
toolkit does not use the ticklength or tickdir properties. 

Ben



reply via email to

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