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

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

[Octave-bug-tracker] [bug #41629] "set (h)" should not return read only


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #41629] "set (h)" should not return read only properties
Date: Mon, 17 Feb 2014 23:37:02 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:27.0) Gecko/20100101 Firefox/27.0

URL:
  <http://savannah.gnu.org/bugs/?41629>

                 Summary: "set (h)" should not return read only properties 
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: lun. 17 févr. 2014 23:37:01 GMT
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Any

    _______________________________________________________

Details:

In octave the following returns true:


ax = axes ();
isfield (set (ax), "tightinset")  ## returns true


As in Matlab, "tightinset" is read only and the test should return false.

I could not find a way (but try/catch) to determine programmatically whether a
property is read only, neither in octave language, nor on the c++ side.




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

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