On Wed, Jul 19, 2006 at 03:06:00PM -0700, Webb Sprague wrote:
> I am not sure where to look for this, sorry if it is RTFM or JPS
> ("just plain stupid"):
>=20
> 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=3D1000) at
> least give me something off the screen?
Try
N.set_printoptions(threshold=3DN.nan)
St=E9fan
|