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
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.