Hi again,

I am trying to subtract the minimum value from all numbers (in one array). I am 
using this:


(array[:,1] -= np.min(array[:,1])   but I alsways have syntaxerror:invalid 
syntax. Do I need some import for this -=? or its something else? THanks!
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to