How to fix seaborn kde error for geographic coordinates

QuestionsHow to fix seaborn kde error for geographic coordinates
sethbeckerman5 Staff asked 4 years ago

I have the following dataframe (2000 rows)

I'm currently trying to represent it the point mass concentration with kde from seaborn package :

Which give me :

I've tried with numpy array transformation and without it, same result.
My seaborn version : '0.12.0'


View on Stack Overflow