plot_static_correlation_heatmap
Generates a publication-ready correlation heatmap from numeric data. Choose Pearson or Spearman method and optionally filter columns by name or suffix.
Instructions
Generates a publication-ready Seaborn correlation heatmap. Use this when the user explicitly asks for static or publication figures. method must be 'pearson' or 'spearman'. column_filter: optional comma-separated column names or suffix patterns (e.g. '_mean') to restrict the heatmap to a subset of columns. Leave empty for all numeric columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| method | No | pearson | |
| column_filter | No | ||
| data_file_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |