I am trying to plot information against dates. I have a list of dates in the format 2013-10-15 18:59:45
What I want is to plot without vlines, just a line join every point.
I converted the datetime in epoch but I want to show it in the original format and in vertical labels
I was trying to do something like this: Creating graph with date and time in axis labels with matplotlib
This is the first time I use matlibplot and I spend 3 days trying to do this. I'm in a hurry, can you help me?