array type problem

Tennessee Leeuwenburg <tennessee@...329...> writes:

TypeError: Bbox::update_numerix expected numerix array

[...]

As I'm passing in simple python types, I don't see how this is the
fault of my code. I tried passing in various flags (--numpy,
--numarray, --Numeric) but I just got the exact same error message.

I don't know anything about mplot3D, but have you tried wrapping the
arguments in nx.asarray (where nx is obtained from "from matplotlib
import numerix as nx)?

···

--
Jouni