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: Rik
Subject: [Octave-bug-tracker] [bug #55390] Axes do not respond to xcolor/ycolor after location set to 'origin'
Date: Fri, 4 Jan 2019 14:58:57 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #55390 (project octave):

                Category:         Octave Function => Plotting with OpenGL   
              Item Group:                    None => Incorrect Result       
                  Status:                    None => Confirmed              
                 Release:                   other => dev                    
        Operating System:                  Mac OS => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  Minimal example


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


This should result in a magenta x-axis, but does not.


    _______________________________________________________

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]