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

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

[Octave-bug-tracker] [bug #50812] Last minor y -grid line missing


From: Poul-Erik Hansen
Subject: [Octave-bug-tracker] [bug #50812] Last minor y -grid line missing
Date: Sun, 16 Apr 2017 04:23:32 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Firefox/52.0

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

                 Summary: Last minor y -grid line missing
                 Project: GNU Octave
            Submitted by: peh_herlev
            Submitted on: Sun 16 Apr 2017 08:23:31 AM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Inaccurate Result
                  Status: None
             Assigned to: None
         Originator Name: semilogx
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.1
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

In case of graphics_toolkit "fltk" and "qt" minor y-grid lines -104 and -108
are missing.

Best regards Poul-Erik.

Example code:

close all;

for i = 1:3,        
      switch (i)
        case 1
          tool_kit_name = "gnuplot";
          status        = '';
        case 2
          tool_kit_name = "fltk";
          status        = 'Missing y-grid line -104 and -108';
        otherwise
          tool_kit_name = "qt";
          status        = 'Missing y-grid line -104 and -108';
      endswitch
      graphics_toolkit (tool_kit_name);
      figure(i);

      semilogx([ 100 5000 12000 ], [ 0 0 -110 ] );
      grid;
      grid ("minor", "on");
      title (sprintf ("%s \n%s", tool_kit_name, status));
      axis ([ 100 12000 -110 5 ]);
       
endfor






    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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