Ok, I guess I found the problem is in my code (the arrays I'm passing
are indeed empty for some reason, not surprising it can't line fit
them). So high shame on me for having polluted the mailing list :(
A lesson in humility (and debugging) indeed.
Thanks anyway... I flee in shame.
m.
--
Mass
Hi,
I upgraded today to latest numpy (0.9.8) and matplotlib (0.87.3).
I still have the same error (upgraded code in snippet):
-
import matplotlib.numerix as nx
contact_x_points=nx.array(x_points[left_bound:right_bound])
contact_y_points=nx.array(y_points[left_bound:right_bound])
A=nx.o