From: Jochen V. <vo...@se...> - 2004-12-01 18:40:04
|
Hello Perry, On Wed, Dec 01, 2004 at 01:28:57PM -0500, Perry Greenfield wrote: > why not "x =3D sin(t)"? That should work. No need to use map or math.sin true, this work as such but the crash is still there. > Does it plot interactively? Do you get any error message or does it > just crash out of python? No, it does not plot interactively either. If I run the script from matplotlib.matlab import * t=3Darange(0,10,0.1) x=3Dsin(t) plot(t,x) print "fisch" show() I get the following output: voss@plonk [~/src/mpl/test] ./test.py --numarray =20 fisch Floating point exception Thank you very much, Jochen --=20 http://seehuhn.de/ |