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

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

[Octave-bug-tracker] [bug #42034] legend () call should not create legen


From: Rik
Subject: [Octave-bug-tracker] [bug #42034] legend () call should not create legend in some cases
Date: Tue, 06 May 2014 16:26:00 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0

Update of bug #42034 (project octave):

                  Status:               Confirmed => In Progress            

    _______________________________________________________

Follow-up Comment #5:

@ssergey: Could you run one more test.  I want to know how legend behaves when
it is called without arguments, but the DisplayName property is set.


hl = plot (1:10);
set (hl, 'displayname', 'TestText');
hleg = legend ()


Is hleg still [] for this call?


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?42034>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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