save data file with specified delimiter

is something like this ready-made in matplotlib,
corresponding to the load() function?:

   save('output.csv', data, fmt='%1.4e', delimiter=';')

not that I am aware of. I have used the attached snippet with gist for a while

Helge

save.py (1.53 KB)

···

On 1/18/06, Vidar Gundersen <vidar+list@...599...> wrote:

is something like this ready-made in matplotlib,
corresponding to the load() function?:

   save('output.csv', data, fmt='%1.4e', delimiter=';')