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

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

[Octave-bug-tracker] [bug #57241] after copyobj, labels behave strange


From: Rik
Subject: [Octave-bug-tracker] [bug #57241] after copyobj, labels behave strange
Date: Fri, 15 Nov 2019 17:51:12 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko

Update of bug #57241 (project octave):

                  Status:                    None => Confirmed              
                 Release:                   5.1.0 => dev                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  I tested and found the same behavior on the development branch. 
The copyobj() call is somehow a part of the problem.  If I delete and recreate
the ylabel text object then it will behave correctly.


axes (ax2);
delete (get (ax2, "ylabel"));
ylabel ("Y_label");
hl = get (ax2, "ylabel");
set (hl, "orientation", 90);




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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