PRODUCTS
PURCHASE
FOR USERS
COMPANY
OUR SITES
DOCUMENTATION CENTER SEARCH
Bar Charts Package
>
Bar Charts
Package Symbol
BarChart3D
GeneralizedBarChart
Cuboid
See Also »
|
Bar Charts Package
More About »
GeneralizedBarChart3D
GeneralizedBarChart3D[{{{
xpos
1
,
ypos
1
},
height
1
, {
xwidth
1
,
ywidth
1
}}, {{
xpos
2
,
ypos
2
},
height
2
, {
xwidth
2
,
ywidth
2
}},
...
}]
generates a three-dimensional bar chart with the solid bars at the given positions, heights, and widths.
MORE INFORMATION
To use
GeneralizedBarChart3D
, you first need to load the
Bar Charts Package
using
Needs
["BarCharts`"]
.
The following options can be given:
BarEdges
True
whether to draw the edges of bars
BarEdgeStyle
Black
style for edges of bars
BarStyle
White
style for faces of bars
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Needs["BarCharts`"]
In[2]:=
Out[2]=
SEE ALSO
BarChart3D
GeneralizedBarChart
Cuboid
MORE ABOUT
Bar Charts Package
© 2008 Wolfram Research, Inc.