create_scatter_plot
Generate ASCII scatter plots in terminal environments for visualizing correlations, trends, and data distributions using numerical data and optional labels. Configure width, height, title, and color for detailed analysis.
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) |