Blast from the past!
I just ran into this and it comes from the fact that
'matplotlib.tests.test_text' is not in the default_test_modules
variable inside matplotlib's __init__.py
Here's the necessary diff:
index 82633a5..649e4d8 100644
--- a/lib/matplotlib/__init__.py
+++ b/lib/matplotlib/__init
On 16 Mar 2011, at 09:48, Georges Arsouze wrote:
> I'am working with Python3.1 under Mac Os Snow Leopard
> I download matplotlib with
> http://www.cgl.ucsf.edu/Outreach/pc204/matplotlib.html
>
> It doesn't work
> Can you help me ?
>
That package, as the site states (though maybe not clearly enoug
All,
This is due to the fact that you have nothing to plot and the axes range
defaults to 0->1. Unfortunately 0 cannot map to a valid datetime. I
thought that I had fixed this so that using datetimes would cause the axes
to initialize to a valid datetime value. Once I get up to speed with the
w
Hello
I'am working with Python3.1 under Mac Os Snow Leopard
I download matplotlib with
http://www.cgl.ucsf.edu/Outreach/pc204/matplotlib.html
It doesn't work
Can you help me ?
--
Enable your software for Intel(R) Active Ma
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
>
>