drawing bivariate gaussian distributions in matplotlib drawing bivariate gaussian distributions in matplotlib numpy numpy

drawing bivariate gaussian distributions in matplotlib


For future reference, there is a matplotlib.mlab function called bivariate_normal that should do what you want, a visual example can be seen in the examples gallery.