Another possible case is that the data point is too low. With an elif statement code the condition point < low.
elif
point < low
Make sure to pick elif followed by point and then <, low.
point
<
low