How do I extract items in a list that appears more than 3 times

I have a list of point coordinates, how do I extract the coordinates that appear in that list more than 3 times?

Here is an example with integers, should work the same for double or points.

MoreThanThreeTimes.gh (9.9 KB)

1 Like