Re: [matplotlib-devel] [Matplotlib-users] matplotlib.test() no errors, but $nosetest matplotlib.tests -> errors and failure?

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

Re: [matplotlib-devel] Help

2011-03-25 Thread Derek Homeier
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

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

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

[matplotlib-devel] Help

2011-03-25 Thread Georges Arsouze
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

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