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

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

[Octave-bug-tracker] [bug #53888] figure handle is not cleared in gnuplo


From: Lars Kindermann
Subject: [Octave-bug-tracker] [bug #53888] figure handle is not cleared in gnuplot
Date: Sun, 13 May 2018 06:43:30 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:56.0) Gecko/20100101 Firefox/56.0

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

                 Summary: figure handle is not cleared in gnuplot
                 Project: GNU Octave
            Submitted by: larskindermann
            Submitted on: Sun 13 May 2018 10:43:27 AM UTC
                Category: Plotting with gnuplot
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Regression
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

After closing a gnuplot figure window, the figure handle still exists. 


graphics_toolkit gnuplot
figure(1)

#close the figure window

get(1)



This causes things like uiwait() to never return:


graphics_toolkit gnuplot
figure(1)
disp "please close the figure"
uiwait(1)
disp "Ok"








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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