From: Travis O. <oli...@ie...> - 2006-07-17 23:00:48
|
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 |