[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Octave-bug-tracker] [bug #53670] subplot handle changes after window re
From: |
anonymous |
Subject: |
[Octave-bug-tracker] [bug #53670] subplot handle changes after window resizing |
Date: |
Wed, 25 Aug 2021 19:17:36 -0400 (EDT) |
User-agent: |
Mozilla/5.0 (Windows NT 10.0; rv:78.0) Gecko/20100101 Firefox/78.0 |
Follow-up Comment #2, bug #53670 (project octave):
Using 6.1.0
>> h = subplot (2,4,4)
h = -8.5034
>> plot (1:10);
Then maximise plot (using radio button)
>> h2 = subplot (2,4,4)
h2 = -8.5034
h=h2
However, the figure is still destroyed.
And the command of close all needs to be run
If instead use the pointer and drag to make it bigger the figure stays
and h=h2
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?53670>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
- [Octave-bug-tracker] [bug #53670] subplot handle changes after window resizing,
anonymous <=