Re: [Matplotlib-users] saving data to a file

2007-01-03 Thread Steve Schmerler
belinda thom wrote: > Hi, > > Is there a way for me to keep adding the next row of a 2d array to a > file via load? (matlab's save had a very useful -append option). > > I managed to get 2d laod/save working, e.g. > >import numpy as N >import pylab as P >import bthom.utils as U >

[Matplotlib-users] saving data to a file

2007-01-02 Thread belinda thom
Hi, Is there a way for me to keep adding the next row of a 2d array to a file via load? (matlab's save had a very useful -append option). I managed to get 2d laod/save working, e.g. import numpy as N import pylab as P import bthom.utils as U # a numpy 2d array a = N.arange(12,dt