data-visualization

Generates publication-quality charts and multi-panel summaries from data using matplotlib and seaborn.

2|1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/sahiixx/agency-agents --skill data-visualization-sahiixx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-visualization
Source: https://github.com/sahiixx/agency-agents/tree/main/deepagents/examples/nvidia_deep_agent/skills/data-visualization
Command: npx skills add https://github.com/sahiixx/agency-agents --skill data-visualization-sahiixx

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of publication-quality charts and multi-panel analysis summaries from data, making complex information easily understandable.

Core Features & Use Cases

  • Chart Generation: Produces various chart types (bar, line, scatter, heatmap, histogram, box plot) using matplotlib and seaborn.
  • Headless Rendering: Operates in a GPU sandbox, suitable for server environments.
  • Publication Quality: Exports charts with high DPI, tight bounding boxes, and publication-ready defaults.
  • Use Case: Visualize the results of a data analysis by generating a multi-panel summary including a distribution histogram, a bar chart of group means, and a scatter plot of key variables.

Quick Start

Generate a bar chart showing average values by category from the provided data.

Frequently Asked Questions about data-visualization

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate publication-quality charts from my data analysis results?

This Skill creates publication-quality charts using matplotlib and seaborn, exporting high-resolution PNG files with tight bounding boxes. It supports bar, line, scatter, heatmap, histogram, and box plot generation from your dataset.

Can I create a multi-panel analysis summary with a histogram, bar chart, and scatter plot?

Yes, you can create a multi-panel analysis summary combining a distribution histogram, a bar chart of group means, and a scatter plot of key variables. The Skill automates this layout to visualize data analysis results comprehensively.

Does headless chart generation work in a GPU sandbox server environment?

Headless chart generation operates in a GPU sandbox suitable for server environments. The Skill renders matplotlib and seaborn visualizations without a display, saving high-resolution PNG outputs directly to the /workspace directory.

What is the best way to export high-resolution matplotlib figures for inline display?

The best way to export high-resolution matplotlib figures is using this Skill's publication-ready defaults. It saves charts as high DPI PNG files with tight bounding boxes to the /workspace directory, ensuring proper inline display and retrieval.

Do I need to install seaborn separately to plot heatmaps and box plots?

You do not need to install seaborn separately to plot heatmaps and box plots. The Skill integrates seaborn and matplotlib internally to handle chart generation, operating entirely within its headless GPU rendering environment.