GeneralizedBarChart3D[{{{xpos1,ypos1},height1,{xwidth1,ywidth1}},{{xpos2,ypos2},height2,{xwidth2,ywidth2}},…}]
generates a three-dimensional bar chart with the solid bars at the given positions, heights, and widths.
GeneralizedBarChart3D
GeneralizedBarChart3D[{{{xpos1,ypos1},height1,{xwidth1,ywidth1}},{{xpos2,ypos2},height2,{xwidth2,ywidth2}},…}]
generates a three-dimensional bar chart with the solid bars at the given positions, heights, and widths.
Details and Options
- 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
Basic Examples (1)
Needs["BarCharts`"]GeneralizedBarChart3D[{{{.5, .5}, 2, {1, 1}}, {{2, 1}, 3, {2, 2}}, {{0.5, 2}, 4, {1, 2}}, {{2, 2.5}, 5, {2, 1}}}]See Also
Related Guides
Text
Wolfram Research (2008), GeneralizedBarChart3D, Wolfram Language function, https://reference.wolfram.com/language/BarCharts/ref/GeneralizedBarChart3D.html.
CMS
Wolfram Language. 2008. "GeneralizedBarChart3D." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/BarCharts/ref/GeneralizedBarChart3D.html.
APA
Wolfram Language. (2008). GeneralizedBarChart3D. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/BarCharts/ref/GeneralizedBarChart3D.html
BibTeX
@misc{reference.wolfram_2026_generalizedbarchart3d, author="Wolfram Research", title="{GeneralizedBarChart3D}", year="2008", howpublished="\url{https://reference.wolfram.com/language/BarCharts/ref/GeneralizedBarChart3D.html}", note=[Accessed: 16-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_generalizedbarchart3d, organization={Wolfram Research}, title={GeneralizedBarChart3D}, year={2008}, url={https://reference.wolfram.com/language/BarCharts/ref/GeneralizedBarChart3D.html}, note=[Accessed: 16-June-2026]}