I want to plot an arbitrary 2D function, for example $ e ^ { -(x^2+y^2) } $ . The plot should contain dots, the density of dots at a point indicating the value of the function at that point. The output should be something like this: How to do it?Read more