On Sep 30, 2010, at 12:15 AM, Gökhan Sever wrote: > On Wed, Sep 29, 2010 at 5:09 PM, Pierre GM <[email protected]> wrote: >> >> On Sep 29, 2010, at 11:46 PM, [email protected] wrote: >>> >>> any of the ma stack array function might also work, or not? >> >> In np.ma.extras ? Most likely, yes > > This seems to do what I want: > > I[262]: np.ma.hstack(all_measured) > > > I don't know why there are replicas under np.ma.extras.
Well, hstack is implemented in numpy/ma/extras.py but this file is automatically imported w/ np.ma _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
