How do you print a numpy array?

I tried the obvious print a, print `a`, and print str(a), but
none of them work on anything other than trivially small
arrays.  Most of my real data is elided and replaced with
ellipses.

-- 
Grant Edwards                   grante             Yow!  I want to kill
                                  at               everyone here with a cute
                               visi.com            colorful Hydrogen Bomb!!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to