Path: csiph.com!eternal-september.org!feeder.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Ethan Merritt Newsgroups: comp.graphics.apps.gnuplot Subject: Re: conflict between "set terminal" and "pause"? Date: Sat, 30 Jun 2018 00:38:16 -0000 (UTC) Organization: A noiseless patient Spider Lines: 42 Message-ID: References: <79ee057c-6288-4ce1-81a5-ddee37deacfe@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Sat, 30 Jun 2018 00:38:16 -0000 (UTC) Injection-Info: reader02.eternal-september.org; posting-host="a00f564b8ddf46fc9d340008c38158b1"; logging-data="10228"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX195hnl5wGdNfryTdAuk6HDN" User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Cancel-Lock: sha1:wlaI31YQuXDJD0cBKAs9o0NENuU= Xref: csiph.com comp.graphics.apps.gnuplot:3992 On Fri, 29 Jun 2018 14:33:33 -0700, Christoph Oelke wrote: > This is the gnuplot version I am using: > > G N U P L O T > Version 5.0 patchlevel rc2 last modified 2014-08-28 > > on Windows 10, version 1803, system build 17134.112 > > pause works until a command such as "set term win" or "set term png". > > Christoph That may correspond to this bug: https://sourceforge.net/p/gnuplot/bugs/1867/ The problem was specific to windows executables built with mingw. The fix first appeared in the 5.0.6 release (March 2017). Ethan > > > Am Donnerstag, 28. Juni 2018 06:29:45 UTC+2 schrieb Ethan Merritt: >> On Thu, 21 Jun 2018 14:04:29 -0700, chr.oelke wrote: >> >> > Hi, I'm trying to periodically replot my script after a certain >> > number of seconds. But pause only works until the first occurance of >> > "set terminal", after that pause is ignored. >> > >> > Is there any way to get around it? I use gnuplot with windows10. >> > Cheers, Chris >> >> I have seen no other reports of this problem. Certainly "pause >> " works on all platforms that I have tried myself. >> If you are sure this is reproducible on Windows 10, please file a bug >> report and specify what version and build of gnuplot you are using. >> E.g. gp524-win64-mingw_1.exe downloaded from SourceForge. >> >> Ethan