Categories

Matrix Chart Generator

Generate correlation and comparison matrix charts with color intensity mapping and grid layout

Matrix data as 2D array. Supports JSON array or CSV format with comma-separated values

Title that will be displayed above the matrix chart

Background color for the chart

Size of each cell in pixels

Font size for cell values

Minimum value for color scale (leave empty for auto)

Maximum value for color scale (leave empty for auto)

Width of the chart in pixels

Height of the chart in pixels

Display numeric values inside cells

Display row and column labels (if available)

Display grid lines between cells

Round values to whole numbers for display

API Documentation

Request Endpoint

POST /en/api/tools/matrix-chart-generator

Request Parameters

Parameter Name Type Required Description
matrixData textarea Yes Matrix data as 2D array. Supports JSON array or CSV format with comma-separated values
chartTitle text No Title that will be displayed above the matrix chart
colorScheme select No -
backgroundColor color No Background color for the chart
cellSize number No Size of each cell in pixels
fontSize number No Font size for cell values
minValue number No Minimum value for color scale (leave empty for auto)
maxValue number No Maximum value for color scale (leave empty for auto)
chartWidth number No Width of the chart in pixels
chartHeight number No Height of the chart in pixels
showValues checkbox No Display numeric values inside cells
showLabels checkbox No Display row and column labels (if available)
showGrid checkbox No Display grid lines between cells
roundValues checkbox No Round values to whole numbers for display

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-matrix-chart-generator": {
      "name": "matrix-chart-generator",
      "description": "Generate correlation and comparison matrix charts with color intensity mapping and grid layout",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=matrix-chart-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]