plot_interactive_histogram
Generate an interactive histogram from a CSV column to visualize data distribution. Optionally color by another column for grouped analysis.
Instructions
Generates a web-ready interactive Plotly histogram.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| column | Yes | ||
| color_column | No | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |