Categories

Box Plot Generator

Generate box plots for statistical distribution analysis with quartiles, whiskers, and outliers

Data for the box plot. Can be array of objects with name/values or simple key-value pairs

Title that will be displayed above the chart

Orientation of the box plot

Color for the box fill

Color for the whiskers (lines extending from boxes)

Color for the median line inside boxes

Color for outlier points

Display outlier points beyond the whiskers

Display mean value as a diamond shape

Display grid lines for better readability

Display statistical information (count, mean, std dev)

20 40 80

Width of the boxes (relative)

2 4 8

Size of outlier points

Width of the chart in pixels

Height of the chart in pixels

Margin around the chart

API Documentation

Request Endpoint

POST /en/api/tools/box-plot-generator

Request Parameters

Parameter Name Type Required Description
chartData textarea Yes Data for the box plot. Can be array of objects with name/values or simple key-value pairs
chartTitle text No Title that will be displayed above the chart
orientation select No Orientation of the box plot
boxColor color No Color for the box fill
whiskerColor color No Color for the whiskers (lines extending from boxes)
medianColor color No Color for the median line inside boxes
outlierColor color No Color for outlier points
showOutliers checkbox No Display outlier points beyond the whiskers
showMean checkbox No Display mean value as a diamond shape
showGrid checkbox No Display grid lines for better readability
showStatistics checkbox No Display statistical information (count, mean, std dev)
boxWidth range No Width of the boxes (relative)
outlierSize range No Size of outlier points
chartWidth text No Width of the chart in pixels
chartHeight text No Height of the chart in pixels
marginSize text No Margin around the chart

Response Format

{
  "result": "
Processed HTML content
", "error": "Error message (optional)", "message": "Notification message (optional)", "metadata": { "key": "value" } }
HTML: HTML

AI MCP Documentation

Add this tool to your MCP server configuration:

{
  "mcpServers": {
    "elysiatools-box-plot-generator": {
      "name": "box-plot-generator",
      "description": "Generate box plots for statistical distribution analysis with quartiles, whiskers, and outliers",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=box-plot-generator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.

If you encounter any issues, please contact us at [email protected]