Re: [Matplotlib-users] date demo1 not working for me

2007-03-27 Thread Eric Firing
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

Re: [Matplotlib-users] date demo1 not working for me

2007-03-27 Thread Pierre GM
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