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

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

[Octave-bug-tracker] [bug #53682] Can't study blank figure while program


From: Dave Goel
Subject: [Octave-bug-tracker] [bug #53682] Can't study blank figure while program is waiting for us (kbhit) to study the figure and hit a key.
Date: Tue, 17 Apr 2018 16:33:59 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.119 Safari/537.36

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

                 Summary: Can't study blank figure while program is waiting
for us (kbhit) to study the figure and hit a key.
                 Project: GNU Octave
            Submitted by: deego
            Submitted on: Tue 17 Apr 2018 08:33:57 PM UTC
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.2
        Operating System: GNU/Linux

    _______________________________________________________

Details:



x=y=[0 1];

## graphics_toolkit('gnuplot'); ## problem exists both in fltk and gnuplot.

graphics_toolkit('fltk'); 

figure(1);
plot(x,y);

disp("Please study the figure to see my current output. Then, press any key to
continue program execution.");

## Meta: to simulate real life, alt-tab or go to another workspace, and then
come back to the figure. The figure will be blank and will not show up at all.
You can't study the blank figure. 

aa = kbhit();

## Octave is waiting for user to study figure and hit kbhit(). In the
meanwhile, user can't see the figure at all.





## 4.2.2 from debian backports





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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