My data is in multiple CSV files with 2 columns, {timestamp,value}.
I want to load those multiple files (the number/names are not fixed but specified by other functions) and plot them together.
I know how to load multiple columns from one file, but I can't do this here.
What's the solution here ?
Thanks !