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
