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: Mike Miller
Subject: [Octave-bug-tracker] [bug #42034] legend () call should not create legend in some cases
Date: Thu, 03 Apr 2014 19:37:55 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20100101 Firefox/17.0

Follow-up Comment #1, bug #42034 (project octave):

I agree with your quote from the Matlab documentation, but it doesn't actually
say anywhere on that documentation that calling legend with no arguments is
allowed or what it should do. If it does say so and I missed it, please point
it out because it's not very clear.

The following example *is* documented and does work in Octave:


close all;
plot (1:10, sin (1:10));
legh = legend ('off');
isempty (legh)


    _______________________________________________________

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]