11-27-2021 03:45 PM
Hello!
I'm trying to take a file that contains two columns of numbers and graph the all on a XY graph. I am pretty stuck on this ngl. I attached what I have done, and the file of data that I'm trying to graph. ANY help would be grand, thanks!
11-27-2021 06:43 PM
Don't overcomplicate it. All you need is "read delimited spreadsheet (...and unless the file changes its content millions if time per second, this does not belong inside a greedy loop). I recommend the tutorials listed at the top of the forum.
11-27-2021 06:49 PM
Start with this (...and pay attention to detail, e.g. where the blue zero is wired)