Re: [Numpy-discussion] repr of bool matrix

2006-12-22 Thread Travis Oliphant
Keith Goodman wrote: > Bool matrices and arrays don't line up when you display them because > False has 5 letters and True has 4. > > After several columns it can become impossible to tell which column an > element belongs to. > > Could the repr of bool matrices print 'True ' instead of 'True'? >

[Numpy-discussion] repr of bool matrix

2006-12-22 Thread Keith Goodman
Bool matrices and arrays don't line up when you display them because False has 5 letters and True has 4. After several columns it can become impossible to tell which column an element belongs to. Could the repr of bool matrices print 'True ' instead of 'True'? Some truths are more true than othe