[Numpy-discussion] Displaying all the rows of large matrix

Travis Oliphant oliphant.travis at ieee.org
Mon Jul 17 19:00:42 EDT 2006


Keith Goodman wrote:
> How do you display all of the rows of a matrix?
>   

help(numpy.set_prinoptions)

Look at the threshold keyword

numpy.set_printoptions(threshold = 2000)

for your example

-Travis





More information about the NumPy-Discussion mailing list