Hi all, The colon is missing in the output file when I use savetxt('dsvnode_nw.dat',A,fmt='%6i %6i', delimiter=':') to store A. >>> shape(A) (5760, 2) >>> type(A) <type 'numpy.ndarray'> Am I missing something ? Nils