iteratively creating graphs
- by Andrei
I have a bunch of files containing x and y coordinates, representing time and value (space-separated, but can be amended)
For example:
15:06:59 0.0140
.......
I want to create a word file (or some equivalent) to show all these graphs.
Right now I am using Excel. It pretty daunting task, as I ahve to plug paste numbers in two rows for each graph, and I have many of them.
Thanks