plot_scatter
Create scatter plots to visualize relationships between two numeric variables. Input x and y coordinate arrays to generate SVG charts showing data point distributions.
Instructions
Render discrete 2D points. Simple flat parameters - no nested objects!
Example: { "x": [1, 2, 3, 4], "y": [1, 4, 9, 16], "title": "Scatter Plot", "color": "steelblue" }
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |