System info:

'Sage Version 4.4.2, Release Date: 2010-05-19'
Compiled from source on Gentoo Linux.

All,
I am trying to get an array to show show properly in the notebook.
if I execute the following code:
input:
a=np.ones((3,3))
a

output:
array([[ 1.,  1.,  1.],
       [ 1.,  1.,  1.],
       [ 1.,  1.,  1.]])
which looks right to me.
However, if I use the show(a) command, I get:

[[ 1. 1. 1.] [ 1. 1. 1.] [ 1. 1. 1.]]


Shouldn't that show up as a 3x3?

Thanks,
Jim

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to