data-visualization

Guide chart selection and provide Python visualization patterns using matplotlib, seaborn, and plotly.

1|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/kongaharsha/claude-skills --skill data-visualization-kongaharsha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: data-visualization
Source: https://github.com/kongaharsha/claude-skills/tree/main/data-visualization
Command: npx skills add https://github.com/kongaharsha/claude-skills --skill data-visualization-kongaharsha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Data visualization enables turning raw numbers into clear, actionable insights by guiding chart selection, providing reusable visualization patterns, and ensuring accessible design.

Core Features & Use Cases

  • Chart selection guidance for time series, comparisons, distributions, correlations, and geographic or network data.
  • Python visualization code patterns using matplotlib, seaborn, and plotly with professional styling and accessibility considerations.
  • Real-world workflows include building publication-quality figures and applying design principles like color theory and typography.

Quick Start

Load your dataset and follow the chart-selection guide to generate an appropriate visualization.

Frequently Asked Questions about data-visualization

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

FAQPage Schema
How do I choose the right chart for visualizing data trends, distributions, or correlations?

Chart selection for visualizing data depends on your analytical goal: time series for trends, bar charts for comparisons, scatter plots for correlations, and histograms for distributions. The Skill guides this selection process to match your specific data pattern requirements.

How do I create accessible data visualizations in Python using matplotlib, seaborn, and plotly?

To create accessible data visualizations in Python, use matplotlib, seaborn, and plotly patterns that enforce best-practice styling, color theory, and typography. This approach ensures charts are readable and compliant with accessibility standards.

What is the best way to build publication-quality figures with Python visualization libraries?

Building publication-quality figures requires applying professional design principles like color theory and typography to your Python visualizations. The Skill provides ready-to-use patterns and styling guidelines to achieve this output.

Does this visualization approach work for complex pattern requirements like geographic or network data?

Yes, this visualization approach supports complex pattern requirements including geographic and network data. Chart selection guidance extends beyond basic trends to cover these specialized data structures.

Can I use plotly for interactive charts while maintaining accessibility and design best practices?

Yes, you can use plotly for interactive charts while maintaining accessibility. The Skill provides visualization patterns that integrate plotly with professional styling, ensuring interactive outputs remain accessible.

Why does my chart selection fail to clearly communicate my data's distribution or category comparison?

Chart selection fails to communicate data clearly when mismatched to the data type, such as using a line chart for category comparisons instead of a bar chart. Following proper chart selection guidance ensures the visualization matches your analytical goal.