Skip to content

[bar-3d-categorical] 3D Bar Chart for Categorical Comparison #5248

@MarkusNeusinger

Description

@MarkusNeusinger

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    approvedApproved for implementationspec-readySpecification merged to main

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions