GeneralizedBarChart[{{pos1,height1,width1},{pos2,height2,width2},…}]
generates a bar chart with the bars at the given positions, and with given heights and widths.
GeneralizedBarChart[{list1,list2,…}]
generates a bar chart from lists of data.
GeneralizedBarChart
GeneralizedBarChart[{{pos1,height1,width1},{pos2,height2,width2},…}]
generates a bar chart with the bars at the given positions, and with given heights and widths.
GeneralizedBarChart[{list1,list2,…}]
generates a bar chart from lists of data.
Details and Options
- To use GeneralizedBarChart, you first need to load the Bar Charts Package using Needs["BarCharts`"].
- GeneralizedBarChart has the same options as Graphics with the following additions:
-
BarOrientation Vertical determines horizontal or vertical orientation
Examples
Basic Examples (1)
Needs["BarCharts`"]GeneralizedBarChart allows complete control over the size and position of bars:
GeneralizedBarChart[{{1, 2, 0.8}, {2, 1.5, 0.5}}]See Also
Related Guides
Text
Wolfram Research (2008), GeneralizedBarChart, Wolfram Language function, https://reference.wolfram.com/language/BarCharts/ref/GeneralizedBarChart.html.
CMS
Wolfram Language. 2008. "GeneralizedBarChart." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/BarCharts/ref/GeneralizedBarChart.html.
APA
Wolfram Language. (2008). GeneralizedBarChart. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/BarCharts/ref/GeneralizedBarChart.html
BibTeX
@misc{reference.wolfram_2026_generalizedbarchart, author="Wolfram Research", title="{GeneralizedBarChart}", year="2008", howpublished="\url{https://reference.wolfram.com/language/BarCharts/ref/GeneralizedBarChart.html}", note=[Accessed: 22-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_generalizedbarchart, organization={Wolfram Research}, title={GeneralizedBarChart}, year={2008}, url={https://reference.wolfram.com/language/BarCharts/ref/GeneralizedBarChart.html}, note=[Accessed: 22-August-2026]}