Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.graphics.apps.gnuplot > #3859
| Newsgroups | comp.graphics.apps.gnuplot |
|---|---|
| Date | 2018-01-18 13:23 -0800 |
| Message-ID | <b72d610b-8ff5-49f7-8635-29b53e4785b9@googlegroups.com> (permalink) |
| Subject | How to get out of an endless loop ? |
| From | robertvanpass@gmail.com |
Hi,
I have a datafile which is continuously updated.
To plot this, I use an endless loop (simplified):
plot datafile
while (1) {pause 1 ; replot}
How can I pause/unpause and stop this loop without exiting Gnuplot altogether ?
Thanks already.
Back to comp.graphics.apps.gnuplot | Previous | Next — Next in thread | Find similar
How to get out of an endless loop ? robertvanpass@gmail.com - 2018-01-18 13:23 -0800 Re: How to get out of an endless loop ? Ethan Merritt <sfeam@users.sf.net> - 2018-01-19 02:20 +0000
csiph-web