On 6/30/06, David M. Cooke <[EMAIL PROTECTED]> wrote: > On Fri, 30 Jun 2006 13:37:01 -0700 > "Keith Goodman" <[EMAIL PROTECTED]> 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.
Thank you! All of the recent improvements to matrices will eventually bring many new numpy users. Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Numpy-discussion mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/numpy-discussion
