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: Renaud GILLON
Subject: [Octave-bug-tracker] [bug #46835] Error on modifying properties of a legend in plotyy
Date: Wed, 30 Nov 2016 14:20:28 +0000 (UTC)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Firefox/49.0

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

In Octave 4.2.0, when calling legend() after plotyy(), the private function
updatelegend() triggers an error when calling set(hax,"units",units) with
units being a cellstr.

When modifying the code by adding a loop to index hax(k) and units{k}
simultaneously then it works : set(hax(k),"units",units{k}) does not trigger
an error.

The loop described above should requires to check first that units is a
cell-array of strings...

    _______________________________________________________

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]