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 15:56:38 -0400

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



reply via email to

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