plot_static_pairplot
Generate a static pair plot (scatter matrix) to explore distributions and correlations among numeric columns. Optionally color points by a categorical column to reveal groupings.
Instructions
Generates a Seaborn pair plot (scatter matrix) for the specified columns. Use this for multi-feature distribution and correlation exploration. columns: comma-separated list of numeric column names (e.g. 'radius_mean,texture_mean,area_mean'). hue_column: optional categorical column name to colour points by (e.g. 'diagnosis'). Leave empty if not needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Pair Plot | |
| columns | Yes | ||
| hue_column | No | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |