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