|
From: Thomas S. <t.s...@fz...> - 2009-08-19 10:59:46
|
write the 'plot' command into a file, followed by a 'pause' and a 'reread' command, and then 'load' the file. see: http://www.gnuplot.info/docs/node99.html http://www.gnuplot.info/docs/node151.html http://www.gnuplot.info/docs/node97.html simulatorp wrote: > > Hi > > I have a simulation running, and would like to see the progress of the > solution live. Like using tail -f log to view the values, I would like to > see the values update through the plot so that I know how the numbers > behave. Is there a way? > > Right now I am using >plot 'log' using 1:2, 'log' using '1:3' with lines > > Thanks > > Prapanj. > -- View this message in context: http://www.nabble.com/Progressive-plots-tp25041726p25041958.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |