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

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

[Octave-bug-tracker] [bug #56968] Setting 'edgecolor' of legend does not


From: Rik
Subject: [Octave-bug-tracker] [bug #56968] Setting 'edgecolor' of legend does not work when specified in one command
Date: Mon, 18 Nov 2019 17:34:02 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #56968 (project octave):

                  Status:                   Fixed => Confirmed              
             Open/Closed:                  Closed => Open                   

    _______________________________________________________

Follow-up Comment #4:

Unfortunately the new legend code for version 6.1 has made this bug re-appear.
 Re-opening.

Try 


 close all; x=[-pi:0.1:pi]; h_p=plot(x,sin(x),x,cos(x));
h_l=legend([h_p(1),h_p(2)],{'sinusas','kosinusas'},'location','northoutside','orientation','horizontal','edgecolor',
'g');


The border edge of the legend should be green, but it is the default black
instead.


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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