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 16:24:16 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:43.0) Gecko/20100101 Firefox/43.0

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

The patch works.  I pushed it here
http://hg.savannah.gnu.org/hgweb/octave/rev/5a1167e15c0e.

While testing the patch I ran across another potential incompatibility.  Does
anyone have access to Matlab to test the following?


plot (1:2)
set (gca, 'Xcolor', 'b');
% At this point, X-axis is blue and 'XColorMode' is manual
set (gca, 'Xcolormode', 'auto');
% What happens?  Does the x-axis revert to [0.15, 0.15, 0.15]?
% In Octave, the axis stays blue.
% The easiest way to handle this would be on the transition from manual
% to auto for the following sample code to be run.
% set (gca, 'xcolor', get (0, 'DefaultAxesXcolor'))
% Let's see what Matlab did after the transition to auto
get (gca, 'Xcolor')




    _______________________________________________________

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]