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

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

[Octave-bug-tracker] [bug #53670] subplot handle changes after window re


From: Rik
Subject: [Octave-bug-tracker] [bug #53670] subplot handle changes after window resizing
Date: Mon, 16 Apr 2018 16:26:31 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:55.0) Gecko/20100101 Firefox/55.0

Update of bug #53670 (project octave):

              Item Group:    Matlab Compatibility => Incorrect Result       
                  Status:                    None => Confirmed              
                 Release:                   4.2.2 => dev                    
        Operating System:       Microsoft Windows => Any                    

    _______________________________________________________

Follow-up Comment #1:

Confirmed.  There isn't any time to fix this before the 4.4 release, but it
has been a problem going pretty far back.

A more destructive way to see what is going on is


h = subplot (2,4,4)
plot (1:10);
## Resize window to be very large
h2 = subplot (2,4,4)


Not only will h != h2, but subplot has determined that there was no plot in
the location so it deletes the axes object (destroying the plot (1:10)) and
then creates an empty axes object.



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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