Categorías

Scatter Plot Generator

Generate customizable scatter plots with regression lines and multiple data series

Data for the scatter plot. Supports single/multi-series JSON or simple x,y pairs

Title that will be displayed above the chart

Colors for multiple series (comma-separated hex colors). Leave empty for default colors.

Background color for the chart container

Color for the grid lines

Size of data points in pixels

Opacity of data points (0.1 to 1.0)

Height of the chart in pixels

Minimum value for X-axis (leave empty for auto-scale)

Maximum value for X-axis (leave empty for auto-scale)

Minimum value for Y-axis (leave empty for auto-scale)

Maximum value for Y-axis (leave empty for auto-scale)

Label for the X-axis

Label for the Y-axis

Display grid lines for better readability

Display data points (disable to show only regression lines)

Display labels on data points

Display linear regression lines for each series

Display a legend with all series

Documentación de la API

Punto final de la solicitud

POST /es/api/tools/scatter-plot-generator

Parámetros de la solicitud

Nombre del parámetro Tipo Requerido Descripción
chartData textarea Data for the scatter plot. Supports single/multi-series JSON or simple x,y pairs
chartTitle text No Title that will be displayed above the chart
pointColors text No Colors for multiple series (comma-separated hex colors). Leave empty for default colors.
backgroundColor color No Background color for the chart container
gridColor color No Color for the grid lines
pointSize number No Size of data points in pixels
opacity number No Opacity of data points (0.1 to 1.0)
chartHeight number No Height of the chart in pixels
xMinValue number No Minimum value for X-axis (leave empty for auto-scale)
xMaxValue number No Maximum value for X-axis (leave empty for auto-scale)
yMinValue number No Minimum value for Y-axis (leave empty for auto-scale)
yMaxValue number No Maximum value for Y-axis (leave empty for auto-scale)
xAxisLabel text No Label for the X-axis
yAxisLabel text No Label for the Y-axis
showGrid checkbox No Display grid lines for better readability
showPoints checkbox No Display data points (disable to show only regression lines)
showLabels checkbox No Display labels on data points
showRegression checkbox No Display linear regression lines for each series
showLegend checkbox No Display a legend with all series

Formato de respuesta

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

Documentación de MCP

Agregue este herramienta a su configuración de servidor MCP:

{
  "mcpServers": {
    "elysiatools-scatter-plot-generator": {
      "name": "scatter-plot-generator",
      "description": "Generate customizable scatter plots with regression lines and multiple data series",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=scatter-plot-generator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Puede encadenar múltiples herramientas, por ejemplo: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, máximo 20 herramientas.

Si encuentra algún problema, por favor, póngase en contacto con nosotros en [email protected]