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

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

[Octave-bug-tracker] [bug #48429] gridcolor, minorgridcolor properties n


From: Rik
Subject: [Octave-bug-tracker] [bug #48429] gridcolor, minorgridcolor properties not implemented for OpenGL toolkits
Date: Thu, 22 Sep 2016 00:30:49 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

Update of bug #48429 (project octave):

                  Status:                   Fixed => In Progress            
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #11:

Re-opening this bug report.  There seems to be a compatibility issue when the
axis color property, such as 'Xcolor' or 'Ycolor', is manually set to a value.
 In this case, the displayed color is supposed to follow the axis color
property rather than 'gridcolor' or 'minorgridcolor'.  

See GridColorMode property at
http://www.mathworks.com/help/matlab/ref/axes-properties.html.

Sample code.


plot (1:2)
grid on
set (gca, 'linewidth', 5, 'ycolor', 'r', 'ticklength', [0.05, 0.05])
saveas (gcf, "tst.png")




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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