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

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

[Octave-bug-tracker] [bug #61526] legend() messes up line styles when ha


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #61526] legend() messes up line styles when handed specific line handles as input
Date: Tue, 23 Nov 2021 16:44:41 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:90.0) Gecko/20100101 Firefox/90.0

Update of bug #61526 (project octave):

                  Status:               Confirmed => Ready For Test         

    _______________________________________________________

Follow-up Comment #2:

I pushed a change on default (which will become Octave 7 soon):

http://hg.savannah.gnu.org/hgweb/octave/rev/ccc991d563ce

I tested with the following simpler example:


clf;
h = plot (1:10, 1:10, "xb", 1:10, (1:10)+1, "-r");
legend ();
legend (h(2));


Marking ready for test.

    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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