octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #48401] gnuplot gridlinestyle property overrid


From: Rik
Subject: [Octave-bug-tracker] [bug #48401] gnuplot gridlinestyle property overrides minorgridlinestyle propery
Date: Tue, 5 Jul 2016 18:59:05 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #48401 (project octave):

                 Summary: Gnuplot produces only ":" gridlines => gnuplot
gridlinestyle property overrides minorgridlinestyle propery

    _______________________________________________________

Follow-up Comment #6:

@Dan: Works for me.  I pushed your cset here
(http://hg.savannah.gnu.org/hgweb/octave/rev/79e7a6fc524d).

I noticed that 'gridlinestyle' and 'gridcolor' override the corresponding
minorgridXXX properties.  I'm re-titling the bug to reflect that, but this is
pretty minor stuff.

Steps to reproduce:


graphics_toolkit gnuplot
plot (1:10);
grid on
grid minor on


At this point, gridlinestyle has been changed to '-' and minorgridlinestyle is
still at ':'.  You can see what it is supposed to look like by doing


graphics_toolkit (1, "qt")


Also try,


set (gcf, "minorgridcolor", "m")


But this has no effect.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?48401>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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