# data-visualization

> Claude/Codex skill by [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars · Updated 2026-08-31

Use for creating publication-quality charts and multi-panel analysis summaries. Triggers when tasks involve visualizing data, plotting results, creating charts, or producing visual reports from analysis output.

Tags: ai, deepagents, langchain, langgraph, python, typescript

## Install

```sh
git clone https://github.com/langchain-ai/deepagents /tmp/deepagents && ln -s /tmp/deepagents/examples/nvidia_deep_agent/skills/data-visualization ~/.claude/skills/data-visualization
```

## From README

Data Visualization Skill Create publication-quality analytical charts using matplotlib and seaborn in a headless GPU sandbox. Charts are saved as PNG files to /workspace/ for retrieval. When to Use This Skill Use this skill when: Visualizing results from cuDF analysis or cuML models Creating charts (bar, line, scatter, heatmap, histogram, box plot) Building multi-panel analysis summaries The user asks for visual output, plots, graphs, or charts Presenting statistical findings with figures Initialization (REQUIRED) MUST call matplotlib.use('Agg') BEFORE importing pyplot. This enables headless rendering.

## Links

- HTML page: https://omgskills.com/skills/langchain-ai/deepagents/data-visualization/
- GitHub: https://github.com/langchain-ai/deepagents
- Author: [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md)

## More from this repo

- [langgraph-docs](https://omgskills.com/skills/langchain-ai/deepagents/langgraph-docs/index.md) — Fetches and references LangGraph Python documentation to build stateful agents, create multi-agent workflows, and...
   - [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars
- [arxiv-search](https://omgskills.com/skills/langchain-ai/deepagents/arxiv-search/index.md) — Searches arXiv for preprints and academic papers, retrieves abstracts, and filters by topic.
   - [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars
- [blog-post](https://omgskills.com/skills/langchain-ai/deepagents/blog-post/index.md) — Writes and structures long-form blog posts, creates tutorial outlines, and optimizes content for SEO with cover image...
   - [@langchain-ai](https://omgskills.com/library/langchain-ai/index.md) · 29k stars
