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

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

[Octave-bug-tracker] [bug #39449] log axis minorticks incorrect if axis


From: Rik
Subject: [Octave-bug-tracker] [bug #39449] log axis minorticks incorrect if axis limit exceeds 8 orders of magnitude
Date: Wed, 10 Jul 2013 21:26:56 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:22.0) Gecko/20100101 Firefox/22.0

Update of bug #39449 (project octave):

                Category:                Plotting => Plotting with OpenGL   
                  Status:                    None => Confirmed              
                 Summary: xminorticks for a semilogx plot incorrectly
displayed => log axis minorticks incorrect if axis limit exceeds 8 orders of
magnitude

    _______________________________________________________

Follow-up Comment #2:

Re-titling this bug to be clear about the problem.  Simple sample code to
reproduce the problem is:


x = 10.^[0:8];
y = 1:numel (x);
semilogx (x, y);
set (gca, "xminorgrid", "on");


The displayed plot will not have a grid from 1e0 to 1e1, but will from 1e1 to
1e2, won't from 1e2 to 1e3, and will from 1e3 to 1e4, etc.

The problem occurs whenever there are greater than 8 orders of magnituted for
the axis limit.  In the above example, xlim ([1,1e7]), causes the axis to
display correctly.

This is only a problem with the FLTK backend.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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