This is my list of strings:
['00:12:00', '00:08:00', '00:02:00', '00:00:00']
And I want to plot data from that list just like that:
But the problem is that I didn't find any good method of converting string into time and not datetime (Is this even possible?)
datetime.strptime(split_list5[1], '%H:%M:%S') gets me 1900-01-01 00:08:00