|
|
||
|
|
Histogram3D |
| Histogram3D[{{x1, y1}, {x2, y2}, ...}] plots a 3D histogram of the values {xi, yi}. |
| Histogram3D[{{x1, y1}, {x2, y2}, ...}, bspec] plots a 3D histogram with bins specified by bspec. |
| Histogram3D[{{x1, y1}, {x2, y2}, ...}, bspec, hspec] plots a 3D histogram with bin heights computed according to the specification hspec. |
| Histogram3D[{data1, data2, ...}] plots 3D histograms for multiple datasets datai. |
| n | use n bins | |
| {w} | use bins of width w | |
| {min,max,w} | use bins of width w from min to max | |
| {{b1,b2,...}} | use bins [b1, b2), [b2, b3), ... | |
| Automatic | determine bin widths automatically | |
| "name" | use a named binning method | |
| fw | apply fw to get an explicit bin specification {b1, b2, ...} | |
| {xspec,yspec} | give different x and y specifications |
| "Sturges" | compute the number of bins based on the length of data | |
| "Scott" | asymptotically minimize the mean square error | |
| "FreedmanDiaconis" | twice the interquartile range divided by the cube root of sample size | |
| "Wand" | one-level recursive approximate Wand binning | |
| "Log" | logarithmic bin widths |
| "Count" | the number of values lying in each 2D bin | |
| "Probability" | fraction of values lying in each 2D bin | |
| "ProbabilityDensity" | fraction of values divided by 2D bin area | |
| "LogCount", "LogProbability", "LogProbabilityDensity" | logarithmic heights | |
| fh | heights obtained by applying fh to bins and counts |
| Axes | True | whether to draw axes | |
| BarOrigin | Bottom | origin of histogram bars | |
| BoxRatios | {1,1,0.4} | bounding 3D box ratios | |
| ChartBaseStyle | Automatic | overall style for bars | |
| ChartElementFunction | Automatic | how to generate raw graphics for bars | |
| ChartElements | Automatic | graphics to use in each of the bars | |
| ChartLabels | None | category labels for datasets | |
| ChartLayout | Automatic | overall layout to use | |
| ChartLegends | None | legends for data elements and datasets | |
| ChartStyle | Automatic | style for bars | |
| ColorFunction | Automatic | how to color bars | |
| ColorFunctionScaling | True | whether to normalize arguments to ColorFunction | |
| LabelingFunction | Automatic | how to label elements | |
| LegendAppearance | Automatic | overall appearance of legends | |
| Lighting | "Neutral" | simulated light sources to use | |
| Method | Automatic | methods to use | |
| PerformanceGoal | $PerformanceGoal | aspects of performance to try to optimize |