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: Markus Mützel
Subject: [Octave-bug-tracker] [bug #48429] gridcolor, minorgridcolor properties not implemented for OpenGL toolkits
Date: Fri, 23 Sep 2016 06:55:06 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:49.0) Gecko/20100101 Firefox/49.0

Follow-up Comment #17, bug #48429 (project octave):

Regarding your concern in comment #15, Rik: Octave seems to be Matlab
compatible in this point. Run in Matlab:

>> plot (1:2)
>> set (gca, 'Xcolor', 'b');
>> set (gca, 'Xcolormode', 'auto');
>> get (gca, 'Xcolor')
ans =
     0     0     1
>> get (gca, 'Xcolormode')
ans =
auto


The axes keep there color when setting the mode to "auto".

I'll have a look whether I can find out why linewidth doesn't work for me when
I'll have time. If something seems odd other than my setup, I'll open a new
bug.

I think this bug here can be closed again.

    _______________________________________________________

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]