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

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

[Octave-bug-tracker] [bug #63117] Reordering axes children deletes label


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #63117] Reordering axes children deletes labels and title
Date: Tue, 27 Sep 2022 17:31:33 -0400 (EDT)

URL:
  <https://savannah.gnu.org/bugs/?63117>

                 Summary: Reordering axes children deletes labels and title
                 Project: GNU Octave
               Submitter: pantxo
               Submitted: mar. 27 sept. 2022 21:31:32 UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
                 Release: 7.2.0
         Discussion Lock: Any
        Operating System: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: mar. 27 sept. 2022 21:31:32 UTC By: Pantxo Diribarne <pantxo>
See the following example:


clf; hold on
hl1 = plot (1:10, "linewidth", 5)
hl2 = plot (10:-1:1, "linewidth", 5)
ht = title ("Here is a title");
hkids = get (gca, "children") ## returns only the line handles
allchild (gca)
set (gca, "children", flipud (hkids)) ## title disappears!
get (gca, "children")
allchild (gca)


This should switch line order (which it does) but I would certainly not expect
that it deletes labels and title.







    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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