git model of doing things is only slowing things down. :(
--James
> -Original Message-
> From: Benjamin Root [mailto:ben.r...@ou.edu]
> Sent: Friday, March 25, 2011 6:34 AM
> To: Gerrit Kuhlmann
> Cc: matplotlib-devel@lists.sourceforge.net
> Subject: Re: [matplotlib
On Friday, March 25, 2011, Gerrit Kuhlmann
wrote:
> On Fri, 2011-03-25 at 01:08 -0700, Paul Ivanov wrote:
>> Gerrit Kuhlmann, on 2011-03-25 14:26, wrote:
>> > Hi all,
>> >
>> > I get a ValueError, if I try to plot a list of numpy.nans against
>> > datetime objects. I'm using Python 2.6.5 and Matp
On Fri, 2011-03-25 at 01:08 -0700, Paul Ivanov wrote:
> Gerrit Kuhlmann, on 2011-03-25 14:26, wrote:
> > Hi all,
> >
> > I get a ValueError, if I try to plot a list of numpy.nans against
> > datetime objects. I'm using Python 2.6.5 and Matplotlib 1.0.1 on Ubuntu
> > Linux 10.04. Code and traceba
Gerrit Kuhlmann, on 2011-03-25 14:26, wrote:
> Hi all,
>
> I get a ValueError, if I try to plot a list of numpy.nans against
> datetime objects. I'm using Python 2.6.5 and Matplotlib 1.0.1 on Ubuntu
> Linux 10.04. Code and traceback are below.
>
> Best regards,
> Gerrit
>
>
>
> Code
>
>
Hi all,
I get a ValueError, if I try to plot a list of numpy.nans against
datetime objects. I'm using Python 2.6.5 and Matplotlib 1.0.1 on Ubuntu
Linux 10.04. Code and traceback are below.
Best regards,
Gerrit
Code
import matplotlib.pyplot as plt
import numpy as np
from datetime import da