From: John H. <jd...@gm...> - 2008-07-16 18:29:26
|
On Wed, Jul 16, 2008 at 1:25 PM, Oz Nahum <na...@gm...> wrote: > Ok, I played with it a little bit. > > Here is what I know: > importing the data is not a big issue, I aready wrote a tutorial about it > here: > http://www.tabula0rasa.org/?p=21 There are a couple of functions for loading ASCII data so you probably don't need to role your own unless you have specialized needs. See numpy.loadtxt and matplotlib.mlab.csv2rec (example at http://matplotlib.sf.net/examples/pylab_examples/loadrec.py JDH |