# Quick Summary Plot

> Given data columns, automatically pick a sensible chroptiks plot (1D histogram, 2D histogram, or scatter) and save it. Useful when the user just says "plot this data".

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

---


# quick_summary_plot

Given data columns, automatically pick a sensible chroptiks plot (1D histogram, 2D histogram, or scatter) and save it. Useful when the user just says "plot this data".

## Inputs

- `data_json` (default: `'{"x": []}'`)
- `plot_type` (default: `'auto'`)
- `kwargs_json` (default: `'{}'`)
- `output_path` (default: `'summary.png'`)

## Steps

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

## Usage

```
/run_jinx jinx_ref=quick_summary_plot input_values={"data_json": "{\"x\": []}", "plot_type": "auto", "kwargs_json": "{}", "output_path": "summary.png"}
```

