DendrogramPlot[list] constructs a dendrogram from the hierarchical clustering of list.DendrogramPlot[c] constructs a dendrogram from the Cluster object c.
DotDashed is a graphics directive specifying that lines that follow should be drawn dot-dashed.
Dotted
(Built-in Mathematica Symbol) Dotted is a graphics directive specifying that lines that follow should be drawn dotted.
LayeredGraphPlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a layered plot of the graph in which vertex v_ik is connected to vertex v_jk.LayeredGraphPlot[{{v i 1 -> v j ...
TreePlot[{v i 1 -> v j 1, v i 2 -> v j 2, ...}] generates a tree plot of the graph in which vertex v_ik is connected to vertex v_jk.TreePlot[{{v i 1 -> v j 1, lbl_1}, ...}] ...
Texture
(Built-in Mathematica Symbol) Texture[obj] is a graphics directive that specifies that obj should be used as a texture on faces of polygons and other filled graphics objects.
One of the most common statistical models is the linear regression model. A linear model predicts the value of a response variable by the linear combination of predictor ...
Mathematica offers extensive support for plotting all kinds of data in many different ways.
One of the most powerful aspects of graphics in Mathematica is their interactivity. Rotating, zooming, and panning your graphics allows for a more complete visualization ...
BeckmannDistribution[\[Mu]_1, \[Mu]_2, \[Sigma]_1, \[Sigma]_2] represents the Beckmann distribution with means \[Mu]_1 and \[Mu]_2 and standard deviations \[Sigma]_1 and ...