Box Plot

Free online Box Plot tool. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • 箱线图显示 5统计量:最小值/Q1/中位数/Q3/最大值,以及离群点
  • 支持多类别横向对比
  • 自动计算四分位数(线性插值法)
  • 离群点定义为 < Q1 - 1.5*IQR 或 > Q3 + 1.5*IQR

활용 사례

  • 数据科学/质量控制/A/B 测试结果对比

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/box_plot/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/box_plot/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 箱线图 在工具页 JS 中实现