Skip to main content
Glama

MCP ASCII Charts

create_scatter_plot

Generate ASCII scatter plots for correlation, trend, and distribution analysis in terminal environments using numeric data arrays, optional labels, titles, dimensions, and ANSI colors.

Instructions

Generate ASCII scatter plots for correlation analysis

Input Schema

NameRequiredDescriptionDefault
colorNoANSI color name
dataYesArray of y-values (x-values will be indices)
heightNoChart height (5-50, default: 15)
labelsNoOptional point labels
titleNoOptional chart title
widthNoChart width (10-200, default: 60)

Input Schema (JSON Schema)

{ "examples": { "correlation": { "data": [ 1, 2, 3, 5, 8, 13, 21, 34 ], "height": 12, "title": "Growth Pattern Analysis", "width": 50 }, "distribution": { "color": "magenta", "data": [ 12, 15, 18, 22, 19, 25, 30, 28, 35, 40 ], "title": "Data Distribution" }, "trend": { "data": [ 100, 110, 105, 115, 120, 125, 130, 128, 135 ], "height": 15, "title": "Trend Analysis", "width": 60 } }, "properties": { "color": { "description": "ANSI color name", "optional": true, "type": "string" }, "data": { "description": "Array of y-values (x-values will be indices)", "items": { "type": "number" }, "type": "array" }, "height": { "description": "Chart height (5-50, default: 15)", "optional": true, "type": "number" }, "labels": { "description": "Optional point labels", "items": { "type": "string" }, "optional": true, "type": "array" }, "title": { "description": "Optional chart title", "optional": true, "type": "string" }, "width": { "description": "Chart width (10-200, default: 60)", "optional": true, "type": "number" } }, "required": [ "data" ], "type": "object" }
Install Server

Other Tools from MCP ASCII Charts

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/gianlucamazza/mcp-ascii-charts'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server