Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3256
| From | Karl Ratzsch <mail.kfr@gmx.net> |
|---|---|
| Newsgroups | comp.graphics.apps.gnuplot |
| Subject | Re: Problem closing a qt terminal |
| Date | 2016-03-09 19:34 +0100 |
| Organization | solani.org |
| Message-ID | <nbpqb7$s2e$1@solani.org> (permalink) |
| References | <62db7738-06f4-457b-a186-c9aabc94adf5@googlegroups.com> |
Am 09.03.2016 um 18:36 schrieb MBaz: > 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? Definitively a bug. gp5.03 on windows has mixed reactions. First try gave an error message that gnuplot_qt.exe has crashed. Next try with new terminal worked after a hang of 30 seconds or so. After starting a new session the command to close the terminal window is first silently ignored, then crashes gnuplot_qt.exe again. Looks like the "close" command can get lost in the communication between gp core and the terminal code.
Back to comp.graphics.apps.gnuplot | Previous | Next — Previous in thread | Next in thread | Find similar
Problem closing a qt terminal MBaz <eorlinga@gmail.com> - 2016-03-09 09:36 -0800
Re: Problem closing a qt terminal Karl Ratzsch <mail.kfr@gmx.net> - 2016-03-09 19:34 +0100
Re: Problem closing a qt terminal MBaz <eorlinga@gmail.com> - 2016-03-09 11:01 -0800
Re: Problem closing a qt terminal MBaz <eorlinga@gmail.com> - 2016-03-10 06:53 -0800
csiph-web