|
|
||
|
|
generates a three-dimensional bar graph representing a histogram of the bivariate data |
| Histogram3D[{{f11, f12, ..., f1l}, ..., {fk1, fk2, ..., fkl}}, FrequencyData->True] generates a histogram of the bivariate data, where |
| ApproximateIntervals | Automatic | whether to adjust the interval boundaries to be simple numbers | |
| BarEdges | True | whether the edges of the bars are drawn | |
| BarEdgeStyle | GrayLevel[0] | style of the edges of bars | |
| BarStyle | GrayLevel[1] | style of the faces of bars | |
| FrequencyData | False | whether input represents the original data or frequencies in categories | |
| HistogramCategories | Automatic | specify categories in the histogram | |
| HistogramRange | Automatic | lower and upper limits of points in histogram | |
| HistogramScale | Automatic | scaling of the bar heights | |
| Ticks | Automatic | specify tick marks for axes |