From: Webb S. <web...@gm...> - 2006-07-19 22:06:06
|
I am not sure where to look for this, sorry if it is RTFM or JPS ("just plain stupid"): Is there a way to set a default to print the entire array, rather than an ellipses version of it? If not, why doesn't pprint.pformat(numpy.random.normal(0,1,(100, 100)), width=1000) at least give me something off the screen? Thx! |