I have a problem concerning plotting rows against rows. My data sheet has 1000 rows and 30 columns and I want to plot each row seperatly with specific columns (should give 1000 plots). I am somehow stuck doing that :/.
f.e.
1 2 3 4 5
1 3 8 9 5
1 2 3 4 5
1 2 3 4 5
Should give 4 plots, where only the columns 2,3,5 counts. That means for [x,y]
Hello,
I have a problem concerning plotting rows against rows. My data sheet has 1000 rows and 30 columns and I want to plot each row seperatly with specific columns (should give 1000 plots). I am somehow stuck doing that :/.
f.e.
1 2 3 4 5
1 3 8 9 5
1 2 3 4 5
1 2 3 4 5
Should give 4 plots, where only the columns 2,3,5 counts. That means for [x,y]
plot 1: [1,2], [2,3],[3,4]
plot 2: [1,3], [2,8],[3,9]
Thank you for your help. If you have any information that would be great
Greetings Fabian