X-Received: by 10.36.33.137 with SMTP id e131mr6721346ita.36.1501336731773; Sat, 29 Jul 2017 06:58:51 -0700 (PDT) X-Received: by 10.36.26.69 with SMTP id 66mr411975iti.12.1501336731710; Sat, 29 Jul 2017 06:58:51 -0700 (PDT) Path: csiph.com!weretis.net!feeder6.news.weretis.net!news.glorb.com!t6no610392itb.0!news-out.google.com!12ni2332itl.0!nntp.google.com!t6no609584itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Sat, 29 Jul 2017 06:58:51 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=73.79.128.237; posting-account=yC8mVwkAAADuRBqBIdPVfec50l5EMdYn NNTP-Posting-Host: 73.79.128.237 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <4f51dc71-9b22-487e-b17f-2002f6fcfe4d@googlegroups.com> Subject: Re: Run gnoplot from code::Blocks in Windows10 From: Gavin Buxton Injection-Date: Sat, 29 Jul 2017 13:58:51 +0000 Content-Type: text/plain; charset="UTF-8" Xref: csiph.com comp.graphics.apps.gnuplot:3703 I may have misunderstood your previous post as being you wanted to plot your data in real time. If thats not the case then you can run a script with plot 'data1.dat' pause 1 plot 'data2.dat' pause 1 . . . You don't have to reopen gnuplot for each plot, and if you want to add to previous plots, then for the 2nd plot onwards use "replot" instead of "plot" in the above. Gavin