X-Received: by 10.31.168.130 with SMTP id r124mr4386155vke.10.1457545010177; Wed, 09 Mar 2016 09:36:50 -0800 (PST) X-Received: by 10.182.112.202 with SMTP id is10mr397519obb.7.1457545010093; Wed, 09 Mar 2016 09:36:50 -0800 (PST) Path: csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!w104no5793605qge.1!news-out.google.com!pn7ni5059igb.0!nntp.google.com!nt3no198826igb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 9 Mar 2016 09:36:49 -0800 (PST) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=129.21.240.253; posting-account=kTRnegoAAAC2-GCau0jpUJgQzQHVU4ng NNTP-Posting-Host: 129.21.240.253 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <62db7738-06f4-457b-a186-c9aabc94adf5@googlegroups.com> Subject: Problem closing a qt terminal From: MBaz Injection-Date: Wed, 09 Mar 2016 17:36:50 +0000 Content-Type: text/plain; charset=ISO-8859-1 Lines: 12 Xref: csiph.com comp.graphics.apps.gnuplot:3255 Hello, When I run these commands: gnuplot> set term qt gnuplot> plot(sin(x)) gnuplot> set term qt 0 close the plot window doesn't close. However, when using wxt, the plot window closes as expected. This happens in both gnuplot 4.6.6 and 5.0.2, on Ubuntu and on Arch Linux. Is this a bug? What is the correct way to close a qt plot window from gnuplot's command line? -- mb