Re: [matplotlib-devel] Bug: plot numpy.nans vs. datetime objects

2011-03-25 Thread James Evans
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

Re: [matplotlib-devel] Bug: plot numpy.nans vs. datetime objects

2011-03-25 Thread Benjamin Root
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

Re: [matplotlib-devel] Bug: plot numpy.nans vs. datetime objects

2011-03-25 Thread Gerrit Kuhlmann
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

Re: [matplotlib-devel] Bug: plot numpy.nans vs. datetime objects

2011-03-25 Thread Paul Ivanov
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 > >

[matplotlib-devel] Bug: plot numpy.nans vs. datetime objects

2011-03-24 Thread Gerrit Kuhlmann
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