I've got some data that has cyclic end points (the x-axis is longitude and hence 0 and 360 are the same point), but as far as I can tell seaborn.kdeplot doesn't have an option to specify cyclic end points.
What would be the easiest away to do univariate kernel density estimation in python/seaborn whilst accounting for the cyclic end points?