plot_box
Create a box plot for a numeric column to display the five-number summary and IQR outlier count, helping identify distribution and outliers from file or inline data.
Instructions
plot_box —— 可视化组 · 箱线图(工具 25,核心实现)。
单列箱线图:图上标五数概括(min/q1/中位/q3/max)与 IQR 异常数(同 outlier_detect 口径, 但仅单列、无异常点导出表——异常定位请用工具 5)。 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 |
|---|---|---|---|
| column | No | ||
| file_path | No | ||
| inline_data | No |