|
From: <br...@ph...> - 2006-09-18 03:46:34
|
shishir wrote: > is it posible to make the appearing plot interactive, i.e. I can zoom > in-out of it? It already is --- for all of 20 seconds. Replace the pause 20 by pause -1 to make that period as long as you need it. If your program wants to continue running and send further commands to gnuplot later, you can't use the shell to construct the pipe. popen() or pipe() inside the program itself, instead. |