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

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

[Octave-bug-tracker] [bug #48842] grid overwrites axis box when both are


From: Rik
Subject: [Octave-bug-tracker] [bug #48842] grid overwrites axis box when both are displayed
Date: Sun, 21 Aug 2016 14:54:11 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

                 Summary: grid overwrites axis box when both are displayed
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Sun 21 Aug 2016 07:54:08 AM PDT
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Matlab Compatibility
                  Status: Confirmed
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

If the grid is on and the box is displayed, then the grid "wins" and is
displayed instead of the box.  Matlab does it correctly and displays the
box/axes color.

Sample script:


plot (1:10)
grid on
set (gca, 'gridcolor', 'r')
set (gca, 'xcolor', 'b', 'ycolor', 'g')


Attached are an image from Octave and one from Matlab.




    _______________________________________________________

File Attachments:


-------------------------------------------------------
Date: Sun 21 Aug 2016 07:54:08 AM PDT  Name: octave.png  Size: 20kB   By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=38300>
-------------------------------------------------------
Date: Sun 21 Aug 2016 07:54:08 AM PDT  Name: matlab.png  Size: 9kB   By: rik5

<http://savannah.gnu.org/bugs/download.php?file_id=38301>

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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