Graphical graph of dates and times
I have a list of objects datetime.datetime
that I want to represent in a scatterplot like this:
(source: stephenwolfram.com )
What should I do?
+3
source to share
2 answers
You shouldn't be using a graph, use plot_date instead of datetime arrays!
http://matplotlib.org/api/pyplot_api.html#matplotlib.pyplot.plot_date
0
source to share