Re: [Matplotlib-users] re cord array and date support

2011-04-30 Thread briant100
that should work many thanks butterw wrote: > > given a recarray r, r.dtype.names contains a tuple with the column names. > > It should be easy to do what you want using a loop. > > > briant100 wrote: >> >> Hey John - currently using matplotlib.mlab imp

Re: [Matplotlib-users] re cord array and date support

2011-04-30 Thread briant100
Hey John - currently using matplotlib.mlab import csv2rec functionality in a script. Is there a tool or way to automate plotting of multiple y series contained in a csv data file (data in columns, header is first row, x axis is time, several y series) with varying column header names and varying