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

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

[Octave-bug-tracker] [bug #53374] Grid partly missing in logarithmic plo


From: Bjorn Blixhavn
Subject: [Octave-bug-tracker] [bug #53374] Grid partly missing in logarithmic plot
Date: Sun, 18 Mar 2018 05:17:48 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36 OPR/51.0.2830.55

URL:
  <http://savannah.gnu.org/bugs/?53374>

                 Summary: Grid partly missing in logarithmic plot
                 Project: GNU Octave
            Submitted by: bjornb
            Submitted on: Sun 18 Mar 2018 09:17:46 AM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: Bjorn Blixhavn
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

This problem appears when using Qt as graphics toolkit.
When plotting with semilogx(), and setting the x-axis to end at a value that
is not a power of 10, the last part of the plot does not have vertical minor
grid lines.


clear
close all
graphics_toolkit qt
x=1:600;
y=1./x;    % Or whatever function
figure(1)
semilogx(x,y);
grid on
axis([1 600 0 1])
set(gca,"gridlinestyle","-")
set(gca,"minorgridlinestyle","-")


Changing from Qt to gnuplot will resolve the problem.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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