Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.graphics.apps.gnuplot > #3703

Re: Run gnoplot from code::Blocks in Windows10

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 <e7b1987b-e6e4-4b7d-848a-7d9ce1de79d4@googlegroups.com>
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 <e7b1987b-e6e4-4b7d-848a-7d9ce1de79d4@googlegroups.com>
User-Agent G2/1.0
MIME-Version 1.0
Message-ID <4f51dc71-9b22-487e-b17f-2002f6fcfe4d@googlegroups.com> (permalink)
Subject Re: Run gnoplot from code::Blocks in Windows10
From Gavin Buxton <gavinbuxton@gmail.com>
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

Show key headers only | View raw


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 

Back to comp.graphics.apps.gnuplot | Previous | NextPrevious in thread | Find similar


Thread

Run gnoplot from code::Blocks in Windows10 ugo.m.mela@gmail.com - 2017-07-28 02:20 -0700
  Re: Run gnoplot from code::Blocks in Windows10 Gavin Buxton <gavinbuxton@gmail.com> - 2017-07-28 09:56 -0700
    Re: Run gnoplot from code::Blocks in Windows10 John Edwards <johned0@gmail.com> - 2017-07-29 23:16 +0100
  Re: Run gnoplot from code::Blocks in Windows10 Gavin Buxton <gavinbuxton@gmail.com> - 2017-07-29 06:58 -0700

csiph-web