Using your `MS` procedure,
P:=plot3d(MS, cx-wx..cx+wx, cy-wy..cy+wy, grid=[200,200],
shading=ZHUE, style=PATCHNOGRID):
display( plot3d(-0.1,x=-2..2,y=-2..2,color=black),
P, view=-0.1 .. log(99.5),
orientation=[-90,0], axes=BOX );
So, all that has been done is to lay it over a black background
( level plane, z=constant),
and to use a `view` which eliminates the topmost portion (m=100). This
allows the black background
to show through the opening. Rotate the whole displayed final 3d plot,
to see more.
- acer