What problem does it solve?
This Skill helps users create clear, informative, and aesthetically pleasing data visualizations, overcoming the challenges of choosing the right chart type, implementing effective design principles, and ensuring accessibility.
Core Features & Use Cases
- Chart Selection Guidance: Provides a decision tree for choosing the best chart type based on the data relationship being shown.
- Python Code Patterns: Offers ready-to-use Python code snippets for common chart types (line, bar, histogram, heatmap, small multiples) using Matplotlib and Seaborn.
- Design Principles: Outlines best practices for color, typography, layout, and accuracy in data visualization.
- Interactive Charts: Includes examples for creating interactive plots with Plotly.
- Use Case: You have a dataset with sales figures over time across different regions. This skill can guide you to use a line chart, provide the Python code to generate it, and offer tips on making it publication-ready.
Quick Start
Use the data-visualization skill to create a bar chart showing sales by region from the attached 'sales_data.csv' file.