plot_heatmap
Visualize pairwise Pearson correlations among numeric columns in a heatmap, with each cell labeled by its correlation coefficient for quick relationship assessment.
Instructions
plot_heatmap —— 可视化组 · 相关热力图(工具 23,核心实现)。
全部数值列两两 Pearson 相关热力图(格内标 r;常量列对应 r=null)。 矩阵用 pandas .corr()(与 correlation_matrix 的 scipy pearsonr 同公式), 本工具不做 p 值与校正(与工具 4 明确分工)。 inline 数据: 本工具支持可选 inline_data 参数(v1.2.0 起):与 file_path 二选一, 支持 records 数组或 {"header": [...], "rows": [[...], ...]} 对象两种形态; 规模上限/类型域/data_source 来源标注见 statlab_mcp/docs/SPEC.md 第 12 节。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | No | ||
| inline_data | No |