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

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

[Octave-bug-tracker] [bug #33757] Legend using DisplayName not displayed


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #33757] Legend using DisplayName not displayed
Date: Mon, 24 Sep 2012 23:38:46 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/536.26.14 (KHTML, like Gecko) Version/6.0.1 Safari/536.26.14

Follow-up Comment #5, bug #33757 (project octave):

hmmm ... the following 


h = plot (rand (3));
legend (h([1,3]), 'location', 'north')


is equivalent to 


h = plot (rand (3));
legend (h([1,3]), {'data1', 'data2'}, 'location', 'north')


Not likely a quick fix ?

Should this be reopened ?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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