WLJS LogoWLJS Notebook

DensityGraphics

DensityGraphics[array] is a representation of a density plot.

Examples

Create density graphics:

DensityGraphics[Table[Sin[x] Cos[y], {x, 0, 2Pi, 0.1}, {y, 0, 2Pi, 0.1}]]

Please visit the official Wolfram Language Reference for more details.

On this page