I have some time data that I read into a numpy array as a string. It's in the format
x = ['11:13:01.337 AM', '11:13:03.337 AM', '11:13:05.337 AM']
I want to be able to plot this cleanly over an indefinite amount of time, let's say the data goes for 4 hours. How can I convert this into a reasonable form to plot? I am not sure what form would be best so suggestions would be helpful. As you can probably tell I'm a noob, my boss and I appreciate the help!