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

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

[Octave-bug-tracker] [bug #53955] In Matlab first argument to axes funct


From: Rik
Subject: [Octave-bug-tracker] [bug #53955] In Matlab first argument to axes function can be a container for the axes, e.g. a figure handle
Date: Wed, 23 May 2018 15:02:25 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53955 (project octave):

                Category:                    None => Octave Function        
                Severity:              3 - Normal => 2 - Minor              
                Priority:              5 - Normal => 3 - Low                
                  Status:                    None => Confirmed              
                 Release:                   4.4.0 => dev                    

    _______________________________________________________

Follow-up Comment #1:

I wonder how new this feature is?

In any case, the axes function is implemented in the m-file
scripts/plot/util/axes.m.  It shouldn't be that difficult to modify the input
checking to handle this case if you are interested in giving it a go.

There is also the easy work around of supplying the "parent" property.  This
code will work in both Octave and Matlab


hfig = figure;
hax = axes ('parent', hfig);


I'm lowering the priority since there is a simple workaround.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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