Why the extra spaces in: >>> arange(5)[NewAxis,:] array([ [0, 1, 2, 3, 4]]) >>> print arange(5)[NewAxis,:] [ [0 1 2 3 4]] They seem unnecessary. --da _______________ MATRIX-SIG - SIG on Matrix Math for Python send messages to: matrix-sig@python.org administrivia to: matrix-sig-request@python.org _______________