出现问题:线性拟合的时候报错 parameter = np.polyfit(x, y1, 1) f = np.poly1d(parameter) 背后原因:拟合的x/y中含有nan或是“NaN”“inf”类似字符串,去掉即可