Hi,
found the error

I had x for coeff wrong definded.
Instead of
x = np.arange(num_chunk)
it should be
x = data_fin[::,0]

Now it works.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to