I have an array of strings which contain dates formatted as such: '01/01/09'. I also have an array of floats with the date values.
I want to take these dates and ultimately display them as x tick labels on my graph.
How do I use the floats or strings to label the ticks on the x-axis on my matplotlib graph? (using something like xticks)