Re: [matplotlib-devel] quick 'n dirty favorite

2010-02-22 Thread Tom Holroyd (NIH/NIMH) [E]
sweet! John Hunter wrote: > On Mon, Feb 22, 2010 at 11:00 AM, Tom Holroyd (NIH/NIMH) [E] > wrote: >> ok, this is how i do it >> pro'ly could make this better > > python -c "import pylab; pylab.plotfile('temp.dat', cols=(0,2), > delimiter=' '); pylab.show()" > > JDH > >

Re: [matplotlib-devel] quick 'n dirty favorite

2010-02-22 Thread John Hunter
On Mon, Feb 22, 2010 at 11:00 AM, Tom Holroyd (NIH/NIMH) [E] wrote: > ok, this is how i do it > pro'ly could make this better python -c "import pylab; pylab.plotfile('temp.dat', cols=(0,2), delimiter=' '); pylab.show()" JDH ---

Re: [matplotlib-devel] quick 'n dirty favorite

2010-02-22 Thread Tom Holroyd (NIH/NIMH) [E]
ok, this is how i do it pro'ly could make this better ./plot file.dat just does the first two columns needs smarts Tom Holroyd wrote: here's the old way cut and paste some numbers from a web page like the number of live births by year dump it in a file named moo