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

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

[Octave-bug-tracker] [bug #33142] get(h, p) should accept cell array of


From: Rik
Subject: [Octave-bug-tracker] [bug #33142] get(h, p) should accept cell array of properties
Date: Fri, 22 Apr 2011 00:39:50 +0000
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.04 (lucid) Firefox/3.6.16

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

                 Summary: get(h,p) should accept cell array of properties
                 Project: GNU Octave
            Submitted by: rik5
            Submitted on: Thu 21 Apr 2011 05:39:49 PM PDT
                Category: Plotting
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: Feature Request
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

When querying the properties of a graphics handle it should be possible to
present a cell array of properties and get a cell array of values back.  See
the equivalent Matlab function
(http://www.mathworks.com/help/techdoc/ref/get.html).

Support for multiple handles has already been implemented so hopefully this is
not a difficult request.

Example:


plot (1:10);
limits = get (gca(), {'xlim', 'ylim', 'zlim'})





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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