plot_interactive_scatterplot
Create an interactive Plotly scatter plot from your data file. Specify columns for x and y axes, add a title, and optionally color points by a category.
Instructions
Generates a web-ready interactive Plotly scatter 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 |