New in Wolfram
Mathematica
8: New and Improved Scientific and Information Visualization
◄
previous
|
next
►
Graphics & Visualization
Different Univariate ExtentElementFunction
The built-in list of renderings of discrete function values in 2D.
In[1]:=
X
plots = ParallelTable[ DiscretePlot[PDF[PoissonDistribution[4], n], {n, 10}, ExtentSize -> 0.5, ExtentElementFunction -> f, PlotLabel -> f, PlotStyle -> Blend[{RGBColor[0.8, 0.4, 0.2], Yellow}, 0.2]], {f, ChartElementData[DiscretePlot]}];
In[2]:=
X
Grid[Partition[plots, 3]]
Out[2]=