Категории

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

Документация API

Конечная точка запроса

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

Параметры запроса

Имя параметра Тип Обязательно Описание
chartData textarea Да Data for the scatter plot. Supports single/multi-series JSON or simple x,y pairs
chartTitle text Нет Title that will be displayed above the chart
pointColors text Нет Colors for multiple series (comma-separated hex colors). Leave empty for default colors.
backgroundColor color Нет Background color for the chart container
gridColor color Нет Color for the grid lines
pointSize number Нет Size of data points in pixels
opacity number Нет Opacity of data points (0.1 to 1.0)
chartHeight number Нет Height of the chart in pixels
xMinValue number Нет Minimum value for X-axis (leave empty for auto-scale)
xMaxValue number Нет Maximum value for X-axis (leave empty for auto-scale)
yMinValue number Нет Minimum value for Y-axis (leave empty for auto-scale)
yMaxValue number Нет Maximum value for Y-axis (leave empty for auto-scale)
xAxisLabel text Нет Label for the X-axis
yAxisLabel text Нет Label for the Y-axis
showGrid checkbox Нет Display grid lines for better readability
showPoints checkbox Нет Display data points (disable to show only regression lines)
showLabels checkbox Нет Display labels on data points
showRegression checkbox Нет Display linear regression lines for each series
showLegend checkbox Нет Display a legend with all series

Формат ответа

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

Документация MCP

Добавьте этот инструмент к конфигурации сервера 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"
    }
  }
}

Вы можете объединять несколько инструментов, например: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, максимум 20 инструментов.

Если вы столкнулись с проблемами, пожалуйста, свяжитесь с нами по адресу [email protected]