|
From: Benjamin R. <ben...@ou...> - 2012-08-02 23:42:41
|
On Thursday, August 2, 2012, surfcast23 wrote: > > > > surfcast23 wrote: > > > > In the documentation it says that Axes3D.plot_wireframe(X, Y, Z, *args, > > **kwargs) takes 2D arrays as the first two arguments. Do the arrays have > > to have the same size dimensions? > > > > > > Any one know? Working from memory, the first two have to at least be "broadcastable" into the shape of Z. But absolutely, if x, y, and z are 2d, they have to be the same shape. It makes no sense otherwise. Cheers! Ben Root |