plot_static_barchart
Generates a static bar chart for publications by aggregating a numeric column across categorical groups, with optional color grouping.
Instructions
Generates a static Seaborn bar chart (for papers/publications). x_column: categorical column for the x-axis groups. y_column: numeric column to aggregate. aggregation: how to aggregate y per group — 'mean' (default), 'sum', 'count', or 'median'. hue_column: optional column to split bars by colour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| x_label | Yes | ||
| y_label | Yes | ||
| x_column | Yes | ||
| y_column | Yes | ||
| hue_column | No | ||
| aggregation | No | mean | |
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |