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

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

[Octave-bug-tracker] [bug #53729] plot cannot be resized during pause,


From: A.R. Burgers
Subject: [Octave-bug-tracker] [bug #53729] plot cannot be resized during pause,
Date: Mon, 23 Apr 2018 15:51:14 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

URL:
  <http://savannah.gnu.org/bugs/?53729>

                 Summary: plot cannot be resized during pause,
                 Project: GNU Octave
            Submitted by: arb
            Submitted on: Mon 23 Apr 2018 07:51:13 PM UTC
                Category: Plotting with OpenGL
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.3.91
        Operating System: GNU/Linux

    _______________________________________________________

Details:

with this script


ver = version
hg_id = __octave_config_info__.hg_id
graphics_toolkit('qt');
% graphics_toolkit('qnuplot');
graphics_toolkit()
ezplot(@sin);
fprintf('<Enter> to continue ..\n');
pause
fprintf('after pause ..\n');


then invoked, with --persist as


octave-4.3.91 --quiet --no-init-file --no-site-file --norc --persist bp.m


which produces


ver = 4.3.91
hg_id = cf8bb17e7193+
ans = qt
<Enter> to continue ..
after pause ..


while the pause is active, all interaction with the plot is possible and
works. A resize of the window however does resize the window, but not the
plot. After the pause, returning to the command prompt, the plot can be
resized.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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