There are many files in csv format, with fractional values, of approximately the following format:
These values represent the amplitudes of the signal oscillations from the board at some point in time, where each line is a step. Graphic display used to be quite successfully implemented by means of Python and its modules, but, being a beginner in it, I came across certain problems. To display the values in time, I added a column to the left incrementing at each step, symbolically counting the time. From above, I added headings for the convenience of displaying columns in the graph as channels.
The result looks like this. But spreading the values of channels in time does not work for me - in the listing you can see that the program does not read the names of the columns. I use Anaconda based on 2.7 and Pyzo. Code by reference, can anyone tell me what to fix in it for correct display? Thank you in advance for any hints or corrections, I’m not very good at it yet.
What I did
Approximately what should have been (done by Excel tools) 






temp.csvfromminitest.csv(except for adding names columns)? - MaxU