Firstly, apologies for how obvious these two questions seem to be; I\'m very very new to this and don\'t have a clue what I\'m doing.
I\'m trying to write something to a
Change that line to:
new_x = np.linspace(min(x), max(x), new_length)
min and max are not attributes of lists, they are their own functions.
min
max