Re: [Numpy-discussion] Multiple string formatting while writing an array into a file

2009-10-19 Thread Gökhan Sever
On Sun, Oct 18, 2009 at 12:03 PM, Gökhan Sever wrote: > Hello, > > I have a relatively simple question which I couldn't figure out myself yet. > I have an array that I am writing into a file using the following savetxt > method. > > np.savetxt(fid, output_array, fmt='%12.4f', delimiter='') > > > H

[Numpy-discussion] Multiple string formatting while writing an array into a file

2009-10-18 Thread Gökhan Sever
Hello, I have a relatively simple question which I couldn't figure out myself yet. I have an array that I am writing into a file using the following savetxt method. np.savetxt(fid, output_array, fmt='%12.4f', delimiter='') However, I have made some changes on the code and I require to write aft