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"):
> 
> 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?

Try

N.set_printoptions(threshold=N.nan)

Stéfan

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to