Thank you. It produced this error message: NameError: global name 'npy' is not defined > In numpy it's > import numpy as npy > a = npy.zeros((256,256)) > > a[0,0] = 1.0 > a[200,123] = -42.0 > # etc... > > I think you were just missing the extra parentheses in the numpy > version of "zeros" > > --bb
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion