Wolfram Language

Volume Visualization

Visualize Function Density

Visualize the density of 3D functions.

In[1]:=
Click for copyable input
DensityPlot3D[ Sin[5 x] Cos[3 y] + Cos[7 z], {x, -2, 2}, {y, -2, 2}, {z, -2, 2}, PlotTheme -> "Web", ImageSize -> 500]
Out[1]=
In[2]:=
Click for copyable input
DensityPlot3D[ Sin[ 1.5 x] Cos[3 y + 2 z] + x + Cos[2 z], {x, -2, 2}, {y, -2, 2}, {z, -2, 2}, PlotTheme -> "Marketing", ImageSize -> 500]
Out[2]=

Related Examples

de es fr ja ko pt-br ru zh