[MATRIX-SIG] printing buglet?

David Ascher da@maigret.cog.brown.edu
Mon, 11 Aug 1997 20:03:36 -0400 (EDT)


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
_______________