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

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

[Octave-bug-tracker] [bug #55390] Axes do not respond to xcolor/ycolor a


From: Tim Antonelli
Subject: [Octave-bug-tracker] [bug #55390] Axes do not respond to xcolor/ycolor after location set to 'origin'
Date: Sat, 5 Jan 2019 14:17:25 -0500 (EST)
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36

Follow-up Comment #4, bug #55390 (project octave):

Thanks all.  The minimal example


clf;
hax = gca;
plot (1:10);
set (hax, 'xaxislocation', 'origin');
set (hax, 'xcolor', 'm');


appears to work in Octave Online, but only because the x-axis coincides with
the box surrounding the axes.  The example


clf;
hax = gca;
plot (1:10);
set (hax, 'xaxislocation', 'origin');
set (hax, 'xcolor', 'm');
box off


still fails to produce a magenta x-axis (only the numbers change).

My apologies if it is working and there's simply a delay before it updates in
Octave Online.

    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55390>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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