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

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

[Octave-bug-tracker] [bug #59648] hgsave (and then load with hgload) mak


From: Rik
Subject: [Octave-bug-tracker] [bug #59648] hgsave (and then load with hgload) makes figure that does not zoom properly
Date: Fri, 11 Dec 2020 22:47:56 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.66 Safari/537.36

Update of bug #59648 (project octave):

                  Status:                    None => Confirmed              
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  That is very weird behavior.  The xlabel, ylabel, and title are
text objects with their own handle.  I can get the handle to an object with 


h = get (gca, 'xlabel');


I can then delete it and instantiate a new label and the new label works.


delete (h)
xlabel ('New xlabel');


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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