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.
BarChart3D
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.
更多信息和选项
- To use BarChart3D, you first need to load the Bar Charts Package using Needs["BarCharts`"].
- BarChart3D has the same options as Graphics3D, with the following additions and changes:
-
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
相关指南
文本
Wolfram Research (2008),BarChart3D,Wolfram 语言函数,https://reference.wolfram.com/language/BarCharts/ref/BarChart3D.html.
CMS
Wolfram 语言. 2008. "BarChart3D." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/BarCharts/ref/BarChart3D.html.
APA
Wolfram 语言. (2008). BarChart3D. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/BarCharts/ref/BarChart3D.html 年
BibTeX
@misc{reference.wolfram_2025_barchart3d, author="Wolfram Research", title="{BarChart3D}", year="2008", howpublished="\url{https://reference.wolfram.com/language/BarCharts/ref/BarChart3D.html}", note=[Accessed: 19-April-2026]}
BibLaTeX
@online{reference.wolfram_2025_barchart3d, organization={Wolfram Research}, title={BarChart3D}, year={2008}, url={https://reference.wolfram.com/language/BarCharts/ref/BarChart3D.html}, note=[Accessed: 19-April-2026]}