plot_distribution
Render a distribution chart for a numeric or categorical column, saving it as a PNG. Automatically selects histogram or bar chart and returns the file path.
Instructions
Render a distribution chart for a column and save it as a PNG in outputs/. Numeric columns get a histogram; categorical columns get a bar chart. Returns the saved file path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bins | No | ||
| column | Yes | ||
| filename | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |