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 import csv2rec functionality
>> in a scri
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
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 import csv2rec functionality in
> a script.
>
> Is there a tool or way to automate plotting of multiple