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:18:13 +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 #4, bug #33757 (project octave):

Rik,

In Matlab, I tried 


>> h = plot (rand (3))

h =

  175.0022
  176.0012
  177.0012

>> get (h, 'displayName')

ans = 

    ''
    ''
    ''

>> legend show
>> get (h, 'displayName')

ans = 

    ''
    ''
    ''


and obtained the attached result.  Since you've just looked over the code, do
you see an easy way to implement compatibility and also properly handle cases
like below?


h = plot (rand (3));
legend (h([1,3]), 'hello', 'world')




(file #26625)
    _______________________________________________________

Additional Item Attachment:

File name: legend_show.pdf                Size:3 KB


    _______________________________________________________

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]