plot_interactive_lineplot
Create interactive line plots from data files by specifying x and y columns, with optional color grouping for web display.
Instructions
Generates a web-ready interactive Plotly line plot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| x_column | Yes | ||
| y_column | Yes | ||
| color_column | No | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |