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

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

[Octave-bug-tracker] [bug #44409] Reparenting the current axes under an


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44409] Reparenting the current axes under an uipanel makes it not current
Date: Mon, 02 Mar 2015 23:24:43 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

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

                 Summary: Reparenting the current axes under an uipanel makes
it not current   
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: lun. 02 mars 2015 23:24:42 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:

>From tests I asked for in the maintainers list [1] I understand that the
following should not change the figure "currentaxes" property:


clf;
hu = uipanel ();
hax = gca ();
set (hax, "parent", hu);
gca () == hax


It works well if the axes is initialized with the uipanel as parent : "hax =
axes ("parent", hu);". 

[1]
http://octave.1599824.n4.nabble.com/Query-for-project-on-improving-matrix-functions-td4668916.html




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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