Description
A three-dimensional bar chart where bars rise from a 2D categorical grid, with height encoding the value. Two categorical axes define the grid position and the vertical axis shows magnitude. This extends the existing bar chart family into 3D space, complementing scatter-3d, surface-basic, and wireframe-3d.
Applications
- Comparing sales across product categories and regions simultaneously
- Displaying survey responses across two demographic dimensions
- Showing experimental results with two categorical factors
- Visualizing frequency tables with two grouping variables
Data
x_category (str) — first categorical dimension
y_category (str) — second categorical dimension
value (float) — bar height
- Size: 3–10 categories per axis
Notes
- Bars should have slight spacing for clarity
- Color can encode value or a third variable
- Adjustable viewing angle for best perspective
- Grid lines on the base plane for reference
Description
A three-dimensional bar chart where bars rise from a 2D categorical grid, with height encoding the value. Two categorical axes define the grid position and the vertical axis shows magnitude. This extends the existing bar chart family into 3D space, complementing scatter-3d, surface-basic, and wireframe-3d.
Applications
Data
x_category(str) — first categorical dimensiony_category(str) — second categorical dimensionvalue(float) — bar heightNotes