Hi everyone.. I'm new to python, the more to matplotlib :( and I am hoping that I can get help from this community... :)
I have a .csv file, first column is a time stamp with format HH:MM:SS, next 8 columns are values of different parameters.
I want to plot each parameter against the time it is taken, in this case, against the time as indicated by the time stamp...
How do I convert the time stamp into something which is can be understood by matplotlib? please help me on this... :)
Thank you!