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

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

[Octave-bug-tracker] [bug #39371] addproperty fails for "axesunits" type


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #39371] addproperty fails for "axesunits" type
Date: Mon, 01 Jul 2013 12:59:34 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36

Follow-up Comment #3, bug #39371 (project octave):

hmmm ... I think the problem is that a full update must happen before
addproperty().  The following works for me when typed at the command line.


close all
figure (1)
axes ()
hg = hggroup;
addproperty ('myunits', hg, 'axesunits', 'normalized')


Regarding the second erroneous command, what struck me was that the command
was parsed correctly, and a valid error was given.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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