From: Jochen V. <vo...@se...> - 2004-12-01 18:11:05
|
Hello, I tried to use matplotlib with numarray instead of numeric for the first time, but it seems that it fails for me even for the simplest examples. For example the script from matplotlib.matlab import * from math import sin t=3Darange(0,10,0.1) x=3Dmap(lambda tt:sin(tt), t) plot(t,x) savefig("out.ps") fails during the savefig call with a floating point exception. Unfortunately there is no backtrace printed, so I have no idea where exactly the problem lies. Questions: Is there any easy way to get more information about where the failure happens? Is this specific problem known? All the best, Jochen --=20 http://seehuhn.de/ |