C M wrote:
> Hi, I'm new to mpl and want to learn date plotting. Would like to start
> with the demo, but date_demo1 won't run for me. (My specs: winXP,
> Python 2.5, matplotlib 0.9.0, numpy 1.0, and yes was connected to the
> internet when I ran it). I just copied into IDLE and saved it and
On Tuesday 27 March 2007 16:27:35 C M wrote:
> ValueError: time data did not match format: data=2003-12-01 fmt=%d-%b-%y
>
> Any idea what I'm doing wrong?
Well, if data='2003-12-01', the format should be "%y-%m-%d" or "%y-%d-%m"
depending on the local convention. Here, 2003 is interpreted as a