I have a list of values in an array named V that i need to plot against a list of "dates". At the moment the dates are in an array (spanning 6 months) in the format date=['20130322", '20130323', '20130324' etc]
How do i convert these dates into dates that can be sensibly plotted?