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

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

[Octave-bug-tracker] [bug #57271] problems with legend() when labels are


From: Rik
Subject: [Octave-bug-tracker] [bug #57271] problems with legend() when labels are empty or spaces only
Date: Tue, 19 Nov 2019 14:08:04 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #57271 (project octave):

                  Status:               Confirmed => In Progress            

    _______________________________________________________

Follow-up Comment #2:

It fixes it for the first case, but now new labels are not updated if legend
is called again.


x = 1:10;
plot (x,x, x, x+2)
legend ('', 'x + 2')
hl = legend
legend ('a', 'b')




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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