I have a scatterplot with some features (red markers):
If I know a radius of every red marker, how can I show it relative to latitude and longitude?
I use sns.scatterplot. If I use radius as a size parameter, it only changes size of markers relative to one another. But I need to show real radius relative to latitude and longitude.
Thank you!
