Re: matplotlib: Plotting a graph against time

2008-07-20 Thread arsyed
On Sun, Jul 20, 2008 at 9:57 AM, Durand <[EMAIL PROTECTED]> wrote: > Oooh, this is almost what I want but I'm not really sure how I'd > incorporate this into real dates... > If I have a list of dates like ['2008-07-18 14:36:53.494013', > '2008-07-20 14:37:01.508990', '2008-07-28 14:49:26.183256'],

Re: matplotlib: Plotting a graph against time

2008-07-20 Thread Durand
On Jul 20, 8:55 am, arsyed <[EMAIL PROTECTED]> wrote: > On Jul 19, 3:09 pm, Durand <[EMAIL PROTECTED]> wrote: > > > Hi, > > > I'm trying to plot a simple graph against date or time using matplotlib. > > I've read about date_plot but I'm not really sure how to use it. At the > > moment, I have som

Re: matplotlib: Plotting a graph against time

2008-07-20 Thread arsyed
On Jul 19, 3:09 pm, Durand <[EMAIL PROTECTED]> wrote: > Hi, > > I'm trying to plot a simple graph against date or time using matplotlib. I've > read about date_plot but I'm not really sure how to use it. At the moment, I > have some data arranged into lists, where list1 contains x values (time) a

matplotlib: Plotting a graph against time

2008-07-19 Thread Durand
Hi, I'm trying to plot a simple graph against date or time using matplotlib. I've read about date_plot but I'm not really sure how to use it. At the moment, I have some data arranged into lists, where list1 contains x values (time) and list2 contains y values just like is needed for the normal