[Numpy-discussion] how do I specify maximum line length when using savetxt?

2012-12-05 Thread Mark Bakker
Hello List, I want to write a large array to file, and each line can only be 80 characters long. Can I use savetxt to do that? Where would I specify the maximum line length? Or is there a better way to do this? Thanks, Mark ___ NumPy-Discussion

[Numpy-discussion] turn off square brackets in set_print_options?

2012-12-05 Thread Mark Bakker
Hello List, Is it possible to turn off printing the square brackets in set_print_options? Am I overlooking something? Thanks, Mark ___ NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion

Re: [Numpy-discussion] how do I specify maximum line length when using savetxt?

2012-12-05 Thread Mark Bakker
I guess I wasn't explicit enough. Say I have an array with 100 numbers and I want to write it to a file with 6 numbers on each line (and hence, only 4 on the last line). Can I use savetxt to do that? What other easy tool does numpy have to do that? Thanks, Mark On 5. des. 2012, at 22:35, Mark

Re: [Numpy-discussion] how do I specify maximum line length when using savetxt?

2012-12-05 Thread Derek Homeier
On 06.12.2012, at 12:40AM, Mark Bakker wrote: I guess I wasn't explicit enough. Say I have an array with 100 numbers and I want to write it to a file with 6 numbers on each line (and hence, only 4 on the last line). Can I use savetxt to do that? What other easy tool does numpy have to do

Re: [Numpy-discussion] how do I specify maximum line length when using savetxt?

2012-12-05 Thread Raul Cota
assuming savetxt does not support it, I modified a bit of code I had to do what I think you need ONLY works for a 1D array and wrapped it into a function that writes in properly formatted columns. I didn't really test it other than what is there. I dressed it like savetxt but the glaring

[Numpy-discussion] Numpy Trac migration

2012-12-05 Thread Pauli Virtanen
Hi, For those whom it may concern: Since the Numpy Trac - Github migration is complete, I went ahead and added redirects projects.scipy.org/numpy/register - github.com/numpy/numpy/issues projects.scipy.org/numpy/newticket - github.com/numpy/numpy/issues plus an ugly warning bar on top to direct