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
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