I have a situation where I need to find the first x-value for which an "elbow" (or backwards "L") in the data occurs. For example, I have drawn an arrow on a plot to show what I mean:
What's the fastest way to find this in Python? Is there a function for this?
