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

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

[Octave-bug-tracker] [bug #34342] legend's interpreter property doesn't


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #34342] legend's interpreter property doesn't function
Date: Wed, 30 Nov 2011 23:43:40 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2

Follow-up Comment #7, bug #34342 (project octave):

I see a problem with using syntax such as below.


h = legend ("Hello_World", "interpreter", "none")


Essentially this is the same as


h = legend ("label 1", "label 2", "label 3")


Which will create a legend with labels for the first three objects of the
current axes.

Matlab responds as below.


legend ('Hello_World', 'interpreter', 'none')
Warning: Ignoring extra legend entries. 


Is it sufficient to add the same warning to Octave?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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