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

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

[Octave-bug-tracker] [bug #46835] Error on modifying properties of a leg


From: Kai Torben Ohlhus
Subject: [Octave-bug-tracker] [bug #46835] Error on modifying properties of a legend in plotyy
Date: Fri, 08 Jan 2016 12:21:43 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36

Update of bug #46835 (project octave):

                  Status:                    None => In Progress            
             Assigned to:                    None => siko1056               
        Operating System:               GNU/Linux => Any                    

    _______________________________________________________

Follow-up Comment #1:

I can confirm this. The fix is quite simple, I soon prepare a patch:

>> edit __getlegenddata__

Replace line 32 

kids = [get(ca, "children"){:}];

by

kids = cell2mat (get (ca, "children"));

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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