# Scatter Plot

> Create a scatter plot using chroptiks.scat.plot and save it to a file. Accepts x and y arrays plus optional color-code array as JSON.

- Skill: `npc-worldwide/scatter-plot` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add npc-worldwide/scatter-plot`
- Raw SKILL.md: https://api.skillmd.com/api/skills/npc-worldwide/scatter-plot/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: npc-worldwide (https://skillmd.com/u/npc-worldwide)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/npc-worldwide/scatter-plot

---


# scatter_plot

Create a scatter plot using chroptiks.scat.plot and save it to a file. Accepts x and y arrays plus optional color-code array as JSON.

## Inputs

- `data_json` (default: `'{"x": [], "y": []}'`)
- `kwargs_json` (default: `'{}'`)
- `output_path` (default: `'scatter.png'`)

## Steps

- `plot_scatter` → [`plot_scatter.py`](./plot_scatter.py)

## Usage

```
/run_jinx jinx_ref=scatter_plot input_values={"data_json": "{\"x\": [], \"y\": []}", "kwargs_json": "{}", "output_path": "scatter.png"}
```

