3D surface in matplotlib.pyplot does not correspond to data
I am trying to plot a simple 3D surface (just for testing). It appears to me that the surface does not correspond with the data matrix (defined as the sum of two input vectors using the Numpy add.outer()
function).