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

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

[Octave-bug-tracker] [bug #52376] some minor gridlines not displayed on


From: Markus Mützel
Subject: [Octave-bug-tracker] [bug #52376] some minor gridlines not displayed on log scale axes
Date: Sat, 11 Nov 2017 14:12:40 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0

Update of bug #52376 (project octave):

                  Status:                    None => Patch Submitted        
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #5:

The attached patch should fix the issue with the missing minor grid lines
outside the range of major ticks on logarithmic axes.
I also removed the FIXME because I think logarithmic ticks and lims are
handled correctly now.
Another test I used for manual ticks:

semilogy(0.1:0.1:7)
set(gca, 'ytick', [0.1 0.3 1 3 10], 'ylim', [0.02 7], 'yminorgrid', 'on')


(file #42369)
    _______________________________________________________

Additional Item Attachment:

File name: bug52376_log_grid_minor.patch  Size:3 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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