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

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

[Octave-bug-tracker] [bug #44410] "axes (hax)" should reorder axes/color


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #44410] "axes (hax)" should reorder axes/colorbars/legends among uipanel children
Date: Tue, 03 Mar 2015 07:56:45 +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/?44410>

                 Summary: "axes (hax)" should reorder axes/colorbars/legends
among uipanel children 
                 Project: GNU Octave
            Submitted by: pantxo
            Submitted on: mar. 03 mars 2015 07:56:44 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:

See tests on the maintainers list [1]. If an axes hax is children of a
uipanel, "axes (hax)" should act on the uipanel children list as it would on
the figure children list if hax was a figure children; i.e. place hax on top
of the children list.
If hax has an associated colorbar (or legend, to be verified), the latter is
also restacked so that it remains visible over hax. I would expect the
following to be true:


clf;
hu = uipanel ("position", [0 0 1 1]);
hax = axes ("parent", hu);
hc = colorbar ("east");
hax2 = axes ("parent", hu);
axes (hax);
ch = get (hu, "children");
ch(:) == [hc; hax; hax2]


[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/?44410>

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




reply via email to

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