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

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

[Octave-bug-tracker] [bug #48528] minor grid should be drawn on major ti


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #48528] minor grid should be drawn on major ticks if major grid is off
Date: Fri, 15 Jul 2016 21:05:47 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:42.0) Gecko/20100101 Firefox/42.0

Follow-up Comment #2, bug #48528 (project octave):

I had noticed this about a week ago but thought maybe that was the way it is
supposed to be, but I agree it doesn't seem correct.

I like what you've done, as far as not placing both a major grid line and
minor grid line one on top of the other.

I did wonder if there is a scenario in which the minor grid and major grid
don't aline, but it doesn't appear that the minor grid is individually
controllable.  Also, for custom xgrid:


peaks
set(gca,'xminorgrid', 'on')
set(gca,'xgrid', 'off')
[looks ok]
set(gca,'xtick', [-3 -2 0 2 3])
[ah, minor grid looks disabled]


So I think it should be fine.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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