plot_interactive_lineplot
Create an interactive line plot from a data file by specifying x and y columns, title, and optional color grouping for web-ready visualization.
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 |