I have a point layer:
and I would like to calculate and visualize interdistances among the points with lines automatically to see if there is any trend.
The main issue is that if I connect all the points (using for instance solutions shown here) all the points are connected, getting unrealistic results for my purposes (each point represents a city).
What I would like to obtain (green) is something like this:
And what I would not like to obtain (red) is something like this:
I am not sure a completely automated method exists, maybe some manual edits will always be needed. And, of course, I am asking this because I would like to avoid using any buffer, i.e. setting an interdistance value before the analysis.




