plot_interactive_scatterplot
Create an interactive scatter plot from your data files. Specify columns for axes and optional color grouping to explore relationships visually.
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 |