I have a text-file that has generated values every second by a radiation monitor via a serial-controller. How do I add this data up to hours, days, etc. for gnuplot to plot? Preferably added via gnuplot rather than a separate file.
For example:
30
32
28
30
32
Would be 5 seconds of data, how can I combine this via the gnuplot .dat file to generate a graph that is over an hour/day rather than every second?
I am new to gnuplot.
30
32
28
30
32
Generate a graph that is over an hour/day rather than every second.