>>>>> "stochashtic" == stochashtic  <[EMAIL PROTECTED]> writes:

    stochashtic> I am brand spanking new to matplotlib and using
    stochashtic> python for scientific computing (amazing product;
    stochashtic> can't believe I didn't know about it before.)  and
    stochashtic> would appreciate some help in getting started.  I
    stochashtic> apologise if it's something basic (couldn't find
    stochashtic> anything on google).

    stochashtic> python 2.4.3 matplotlib 0.87.4 numarray-1.5.2
    stochashtic> (Mandriva 2007 x64-64)

If you are using numarray, make sure your numerix setting in
matplotlibrc is 

numerix : numarray

See http://matplotlib.sf.net/matplotlibrc

You can check your numerix setting by passing the --verbose-helpful
flag at the command line.  You can also force numarray by passing
--numarray.

Eg

> python myscript.py --verbose-helpful --numarray

if this doesn't work, please post a complete example

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-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to