|
From: babelproofreader <bab...@gm...> - 2011-03-05 16:57:08
|
I have a script which I call thus: call 'plot_X' $100 1500 which plots 100 lines of a data file ending with the 1500th line How can I "animate" this such that the line ending can be sequentially increased one at a time without having to repeat the call manually? Is there some way the call can be put inside a loop which increases the line ending or perhaps repeated presses of, for example, the space bar could achieve this? -- View this message in context: http://old.nabble.com/%22Animate%22-a-plot-tp31076022p31076022.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |