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

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

[Octave-bug-tracker] [bug #58494] [Feature Request] graphics handles sho


From: Rik
Subject: [Octave-bug-tracker] [bug #58494] [Feature Request] graphics handles should support classdef dot syntax for accessing properties
Date: Wed, 3 Jun 2020 18:44:06 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #58494 (project octave):

                Priority:              5 - Normal => 3 - Low                
              Item Group:    Matlab Compatibility => Feature Request        
                 Release:                   5.2.0 => dev                    
                 Summary: figure() does not return a graphics handle =>
[Feature Request] graphics handles should support classdef dot syntax for
accessing properties

    _______________________________________________________

Follow-up Comment #2:

I think we should make it a low priority feature request for the HUGE switch
to classdef for figures.

In the mean time, the old-style syntax of using get()/set() works in both
Octave and Matlab for manipulating the properties of graphic handles.


h = figure ();
set (h, 'Name', 'My title');




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58494>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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