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

[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