Re: [Numpy-discussion] ndarray display in ipython

2011-06-12 Thread Chao YUE
Hi, Thank you. That's it! Chao 2011/6/12 gary ruben > You control this with numpy.set_printoptions: > > > http://docs.scipy.org/doc/numpy/reference/generated/numpy.set_printoptions.html > > On Sun, Jun 12, 2011 at 10:10 PM, Chao YUE wrote: > > Dear all pythoners, > > > > Does anybody know how

Re: [Numpy-discussion] ndarray display in ipython

2011-06-12 Thread gary ruben
You control this with numpy.set_printoptions: http://docs.scipy.org/doc/numpy/reference/generated/numpy.set_printoptions.html On Sun, Jun 12, 2011 at 10:10 PM, Chao YUE wrote: > Dear all pythoners, > > Does anybody know how I can choose the default display style for the data? > like in the follo

Re: [Numpy-discussion] ndarray display in ipython

2011-06-12 Thread Lev Givon
Received from Chao YUE on Sun, Jun 12, 2011 at 08:10:41AM EDT: > Dear all pythoners, > > Does anybody know how I can choose the default display style for the data? > like in the following case, the data are display in a scientific notation if > they are ver small. > another question is, the displa

[Numpy-discussion] ndarray display in ipython

2011-06-12 Thread Chao YUE
Dear all pythoners, Does anybody know how I can choose the default display style for the data? like in the following case, the data are display in a scientific notation if they are ver small. another question is, the display fold the data in first row into several rows if there is still space on m