It's word wrapping after 5 columns when there's enough space for all in one line. For example:
print array
==========================restart=========================================
([32235, 2323424, 2342342
3525324, 234234])
([234234, 23423, 543535,
76572, 23424])
Using python Idle, and I tried changing the initial window size preferences. The restart bar extends all the way across but not the numpy array ouput.
Can't seem to find the answer after searching around either. I'm sick and would really appreciate any help. Thanks!