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: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #53670] subplot handle changes after window resizing
Date: Wed, 25 Aug 2021 19:50:54 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36

Follow-up Comment #3, bug #53670 (project octave):

trying this on Octave 6.3.0:


 蘤₻>> h = subplot(2,4,4)
h = -6.9597
>> plot(1:10)
>> ##stretch window by dragging mouse
>> h2 = subplot(2,4,4)
h2 = -6.9597
>> close all;clear;
>> h = subplot(2,4,4)
h = -6.3472
>> plot(1:10)
>> ##maximize window using Maximize button
>> h2 = subplot(2,4,4)
h2 = -6.3472


maybe this was fixed between 6.1 and 6.3?

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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