octave-maintainers
[Top][All Lists]
Advanced

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

Re: solid grid lines with fltk


From: Ben Abbott
Subject: Re: solid grid lines with fltk
Date: Thu, 25 Oct 2012 16:29:46 -0400

On Oct 25, 2012, at 4:13 PM, Torsten wrote:

> On 25.10.2012 21:56, Ben Abbott wrote:
>> On Oct 25, 2012, at 3:19 PM, Torsten wrote:
>> 
>>> Hi,
>>> 
>>> is it intended that grid lines in fltk-plots are solid an not dashed or
>>> dotted as in gnuplot?
>>> 
>>> Best, Torsten
>> 
>> The line-style for the grid is specified by the axes property gridlinestyle. 
>>  The default value is ":"
>> 
>>      get (gca (), 'gridlinestyle')
>>      ans = :
>> 
>> The grid line-style for the developer's code is ":" and is plotted as a 
>> dotted line.
>> 
>> What version of Octave are you running?
>> 
>> Ben
> 
> I am running the latest dev version of octave and I also get ':' as
> 'gridlinestyle'. Nevertheless, the grid lines are solid. Is it possible
> that this also depends on the fltk version (1.3 on my system)?
> 
> Torsten

I'm also using fltk 1.3, but am using the aqua variant for MacOS X.

Ben



reply via email to

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