|
From: babelproofreader <bab...@gm...> - 2011-09-06 23:50:58
|
I am plotting a multi-plot plot which has 3 separate plots on the screen and which is called thus, using the head/tail syntax call 'all_plots' $gc 150 5000 11 1 which plots 150 points of the file, ending at line 5000 (and where 11 and 1 indicate which columns of the file to plot via if/else statements). At the moment to scroll through the file I am manually changing the line ending input (e.g. 5000) but this is laborious. Is there some way I can rewrite the script so that I can scroll by, for example, hitting a designated key such as the space bar, to scroll through one line at a time? -- View this message in context: http://old.nabble.com/Multiplot-horizontal-scrolling-tp32412377p32412377.html Sent from the Gnuplot - User mailing list archive at Nabble.com. |