0

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: enter image description here

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

FObersteiner
  • 16,957
  • 5
  • 24
  • 56
Julian
  • 122
  • 9
  • 1
    you could use a formatter as described in the answers to [this question](https://stackoverflow.com/q/35663705/10197418) – FObersteiner Nov 22 '21 at 08:32

0 Answers0