plot_interactive_scatter_matrix
Generate an interactive scatter matrix to explore pairwise relationships between numeric columns, optionally color-coded by a categorical variable.
Instructions
Generates an interactive Plotly scatter matrix (pair plot equivalent). columns: comma-separated list of numeric column names (e.g. 'radius_mean,texture_mean,area_mean'). color_column: optional categorical column to colour points by (e.g. 'diagnosis').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| columns | Yes | ||
| color_column | No | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |