3D Surface

Density plot

 Previous Next 

g(x,y) = 5*x*y*exp( -.5*(x*x+y*y) )
plot3D( g, -2,2,100, -2,2,100, "colormap", "nolight", "noaxes" )
// Using parallel projections and viewed from top