I’m plotting a scatter map with plotly, and I have a lot of markers that are overlapping and very close to each other.
This may be convoluted, but I’m trying to spread them apart by tweaking each coordinates so that they’re not within a 10-20 mile radius of each other. Is this possible to do in Python? I would have no idea how to go about doing this.
I am also open to other solutions that I haven’t thought of.