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
Name | Required | Description | Default |
---|---|---|---|
color | No | ANSI color name | |
data | Yes | Array of y-values (x-values will be indices) | |
height | No | Chart height (5-50, default: 15) | |
labels | No | Optional point labels | |
title | No | Optional chart title | |
width | No | Chart width (10-200, default: 60) |