How to show real radius of markers relative to latitude and longitude

Viewed 37

I have a scatterplot with some features (red markers):

enter image description here

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!

0 Answers
Related