> how can I pick up something like:
> array([[1, 2, 3, 4],
>         [6, 7, 8, 9]])


I'm not sure to understand, should not a[:,1:] be sufficient ?
Did I miss something in your message ?

_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to