2009/4/24 william ratcliff <william.ratcl...@gmail.com>: > Actually, if I look here: > http://docs.scipy.org/numpy/docs/numpy.core.fromnumeric.put/ > > The text that appears in by browser is: > > put(a, ind, v, mode='raise') > > Changes specific elements of one array by replacing from another array.
This is pretty cryptic. I've changed it to """ put(a, ind, v, mode='raise') Replaces specified elements of an array with given values. """ Your error report was correct. I've changed the x to an a. Cheers Stéfan _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion