>>>>> "Darren" == Darren Dale <[EMAIL PROTECTED]> writes:

    Darren> I just tried running backend_driver.py with numerix set to
    Darren> Numeric, and I'm repeatedly getting the following error:

    Darren>   File
    Darren> "/usr/lib64/python2.4/site-packages/matplotlib/axes.py",
    Darren> line 2502, in bar yerr = asarray([yerr]*nbars, Float) #
    Darren> Float converts Nones to NANs File
    Darren> "/usr/lib64/python2.4/site-packages/Numeric/Numeric.py",
    Darren> line 134, in asarray return multiarray.array(a, typecode,
    Darren> copy=0, savespace=savespace) TypeError: a float is
    Darren> required driving image_demo.py

That was in histogram_demo which called bar with xerr=None and
yerr=None and bar was assuming a numpy-ism in converting None to nan.
I just committed a change to fix it.

JDH

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to