Generate a 3D barplot.
This method creates three-dimensional barplot where the width, depth, height, and color of the bars can all be uniquely set.
The coordinates of the anchor point of the bars.
The width, depth, and height of the bars, respectively.
The color of the bars can be specified globally or individually. This parameter can be:
When coloring the faces of the boxes specifically, this is the order of the coloring:
The z-axis sorting scheme passed onto Poly3DCollection
When true, this shades the dark sides of the bars (relative to the plot's source of light).
LightSource, optional
The lightsource to use when shade is True.
If given, all parameters also accept a string s, which is interpreted as data[s] (unless this raises an exception).
Any additional keyword arguments are passed onto Poly3DCollection.
Poly3DCollection
A collection of three-dimensional polygons representing the bars.
mpl_toolkits.mplot3d.axes3d.Axes3D.bar3d
© 2012–2023 Matplotlib Development Team. All rights reserved.
Licensed under the Matplotlib License Agreement.
https://matplotlib.org/stable/api/_as_gen/mpl_toolkits.mplot3d.axes3d.Axes3D.bar3d.html