New in Wolfram
Mathematica
6: Automated Computational Aesthetics
◄
previous
|
next
►
Use Transparency for 3D Filling
A single line of input automatically generates an attractive multisheeted 3D graphic.
In[1]:=
Plot3D[{Sin[x y], Cos[x + y]}, {x, 0, 3}, {y, 0, 3}, Filling -> Bottom]
Out[1]=