Plotting 2D Kernel Density Estimation with Python

后端 未结 2 1930
死守一世寂寞
死守一世寂寞 2020-12-25 13:39

I would like to plot a 2D kernel density estimation. I find the seaborn package very useful here. However, after searching for a long time, I couldn\'t figure out how to mak

2条回答
  •  借酒劲吻你
    2020-12-25 14:08

    Did you check these examples?

    http://matplotlib.org/examples/pylab_examples/contour_demo.html

    http://matplotlib.org/examples/pylab_examples/contourf_demo.html

    Scroll down to see more images.

提交回复
热议问题