# Bar Plot

> Create a bar chart using chroptiks.bar.plot and save it to a file. Accepts x positions and heights as JSON.

- Skill: `npc-worldwide/bar-plot` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add npc-worldwide/bar-plot`
- Raw SKILL.md: https://api.skillmd.com/api/skills/npc-worldwide/bar-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/bar-plot

---


# bar_plot

Create a bar chart using chroptiks.bar.plot and save it to a file. Accepts x positions and heights as JSON.

## Inputs

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

## Steps

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

## Usage

```
/run_jinx jinx_ref=bar_plot input_values={"data_json": "{\"x\": [], \"height\": []}", "kwargs_json": "{}", "output_path": "bar.png"}
```

