New in Wolfram
Mathematica
8: New and Improved Scientific and Information Visualization
◄
previous
|
next
►
Graphics & Visualization
Different Bivariate ExtentElementFunction
The built-in list of renderings for discrete function values in 3D.
In[1]:=
X
plots = ParallelTable[ DiscretePlot3D[ PDF[MultivariatePoissonDistribution[1, {2, 3}], {m, n}], {m, 7}, {n, 7}, PlotStyle -> ColorData["SandyTerrain", RandomReal[]], ExtentSize -> 0.5, ExtentElementFunction -> f, PlotLabel -> f], {f, Rest@ChartElementData[DiscretePlot3D]}];
In[2]:=
X
Grid[Partition[Append[plots, Null], 3]]
Out[2]=