[Numpy-discussion] Control format for array of integers

John Reid j.reid at mail.cryst.bbk.ac.uk
Fri Jul 23 04:16:38 EDT 2010


Hi,

My array of integers is printed like this by default in numpy:

array([[  4.75000000e+02,   9.50000000e+02,  -1.00000000e+00],
        [  2.60900000e+03,   9.50000000e+02,  -7.09000000e+02]])

Can I set an option so that numpy never uses this scientific notation or 
raise the threshold at which it kicks in?

Thanks,
John.




More information about the NumPy-Discussion mailing list