Re: [Matplotlib-users] Irregular Dates

2007-07-19 Thread Tom Haddon
On Wed, 2007-07-18 at 20:02 -0500, John Hunter wrote: > On 7/18/07, Tom Haddon <[EMAIL PROTECTED]> wrote: > > I think you mean it makes no assumption about the intervals between my > > dates? If so, I must be missing something. How am I supposed to pass the > > data to the plot_date function? If I

Re: [Matplotlib-users] Irregular Dates

2007-07-18 Thread John Hunter
On 7/18/07, Tom Haddon <[EMAIL PROTECTED]> wrote: > I think you mean it makes no assumption about the intervals between my > dates? If so, I must be missing something. How am I supposed to pass the > data to the plot_date function? If I pass it in as integers from epoch I > get an error saying "yea

Re: [Matplotlib-users] Irregular Dates

2007-07-18 Thread Tom Haddon
On Wed, 2007-07-18 at 18:37 -0500, John Hunter wrote: > On 7/18/07, Tom Haddon <[EMAIL PROTECTED]> wrote: > \> What I mean by this is that I'm not collecting the data at regular time > > intervals. So I'd like to plot this, and have found that the plot_date > > function seems to be designed for spe

Re: [Matplotlib-users] Irregular Dates

2007-07-18 Thread John Hunter
On 7/18/07, Tom Haddon <[EMAIL PROTECTED]> wrote: \> What I mean by this is that I'm not collecting the data at regular time > intervals. So I'd like to plot this, and have found that the plot_date > function seems to be designed for specific known time intervals. Instead Nope, it makes so assumpt

[Matplotlib-users] Irregular Dates

2007-07-18 Thread Tom Haddon
Hi Folks, Newbie question here... I have a question about plotting data with irregular dates. Here's a sample of my data (completely fabricated): 2007-06-29 20:22:03, 612 2007-07-18 09:07:03, 658 2007-07-19 11:07:05, 600 2007-07-19 15:12:07, 734 etc., etc., etc.. What I mean by this is that I'm