g := (x,y,z)->[abs(sin(x)), abs(sin(y)), abs(sin(z))]:
f2 := plot::Function3d(
(x^2 + y^2)/14, x = 0..2*PI, y = 0..2*PI,
FillColorFunction = g
):
plot(f2, Scaling=Constrained)
JavaView Display
Use the mouse pointer to rotate
the graphics. Right click on the picture will open a
menu where we can select rotations, scaling, moving
and a few other options.
More features of this graphics
can be examined using full
JavaView applet >>