|
|
||
|
|
| BarChart3D[{{z11, z12, ...}, {z21, z22, ...}, ...}] generates a three-dimensional bar chart using the matrix of heights zij. |
| BarChart3D[{{{z11, style11}, ...}, ...}] uses a specific style for each bar. |
| BarChart3D[{{{x1, y1, z1}, style1}, ...}] generates a bar chart of bars scattered at specific x and y coordinates with height z and a specific style. |
| BarSpacing | 0 | space between bars in the x and y directions | |
| BarEdges | True | whether to draw the edges of bars | |
| BarEdgeStyle | GrayLevel[0] | style for edges of bars | |
| BarStyle | GrayLevel[1] | style for faces of bars |
Needs["BarCharts`"] Chart an array of heights:
|
| © 2008 Wolfram Research, Inc. |