[Numpy-discussion] Matrix print plea (original) (raw)
David M. Cooke cookedm at physics.mcmaster.ca
Fri Jun 30 16:46:19 EDT 2006
- Previous message (by thread): [Numpy-discussion] Matrix print plea
- Next message (by thread): [Numpy-discussion] Matrix print plea
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 30 Jun 2006 13:37:01 -0700 "Keith Goodman" <kwgoodman at gmail.com> wrote:
When an array is printed, the numbers line up in nice columns (if you're using a fixed-width font):
array([[0, 0], [0, 0]]) But for matrices the columns do not line up: matrix([[0, 0], [0, 0]])
Fixed in SVN.
--
|>|/|<
/--------------------------------------------------------------------------
|David M. Cooke http://arbutus.physics.mcmaster.ca/dmc/
|cookedm at physics.mcmaster.ca
- Previous message (by thread): [Numpy-discussion] Matrix print plea
- Next message (by thread): [Numpy-discussion] Matrix print plea
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]