[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #30118] Factory defaults of handles can't be i
From: |
David Bateman |
Subject: |
[Octave-bug-tracker] [bug #30118] Factory defaults of handles can't be indexed |
Date: |
Fri, 11 Jun 2010 20:09:02 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.14) Gecko/2009091010 Iceweasel/3.0.14 (Debian-3.0.14-1) |
URL:
<http://savannah.gnu.org/bugs/?30118>
Summary: Factory defaults of handles can't be indexed
Project: GNU Octave
Submitted by: dbateman
Submitted on: Fri 11 Jun 2010 08:09:01 PM GMT
Category: Interpreter
Severity: 3 - Normal
Item Group: Incorrect Result
Status: None
Assigned to: None
Originator Name: David Bateman
Originator Email:
Open/Closed: Open
Discussion Lock: Any
Release: dev
Operating System: GNU/Linux
_______________________________________________________
Details:
The following works
h = get (gca());
h.color
getfield(h, "color")
get (gca(), "color")
but the following doesn't
h = get (0, "factory");
h.factoryaxescolor
getfield(h, "factoryaxescolor")
get (0, "factoryaxescolor")
The last three lines worked previously but no longer do in the development
version of Octave. I haven't figured out why yet, but will get to it
eventually if someone else doesn't figure it out
D.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?30118>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Octave-bug-tracker] [bug #30118] Factory defaults of handles can't be indexed,
David Bateman <=