[Matplotlib-users] plotting data against date in ISO format

2007-09-13 Thread Adam Mercer
Hi I need to produce a line plot of some data against the date in ISO format, i.e. the data is something like: 20060412 546 20060413 547 20060414 657 20060415 438 ... I've been looking at the examples and can't find anything appropriate. As far as I can tell from the documentation I need to

Re: [Matplotlib-users] plotting data against date in ISO format

2007-09-13 Thread Alan G Isaac
http://matplotlib.sourceforge.net/matplotlib.pylab.html#-plot_date hth, Alan Isaac - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.

Re: [Matplotlib-users] plotting data against date in ISO format

2007-09-13 Thread Adam Mercer
On 13/09/2007, Alan G Isaac [EMAIL PROTECTED] wrote: http://matplotlib.sourceforge.net/matplotlib.pylab.html#-plot_date Thanks, that's helpful and has given me a push in the right direction. I've got a rough code producing the plot I need - just need to clean it up now. Cheers Adam

[Matplotlib-users] plotting data against date in ISO format

2007-09-13 Thread Alan G Isaac
Also in the examples, there is date_demo1.py... (And others.) Cheers, Alan Isaac - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.