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

Newsgroups comp.graphics.apps.gnuplot
Date 2017-07-29 06:58 -0700
References <e7b1987b-e6e4-4b7d-848a-7d9ce1de79d4@googlegroups.com>
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>

Show all headers | 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