What problem does it solve?
This Skill helps users create clear, accurate, and accessible data visualizations by providing guidance on chart selection, Python code patterns, and design principles.
Core Features & Use Cases
- Chart Selection: Recommends the best chart type based on the data relationship being shown.
- Python Code Examples: Provides ready-to-use Python code snippets for various chart types (line, bar, histogram, heatmap, small multiples) using Matplotlib and Seaborn.
- Design Principles: Offers guidance on effective use of color, typography, layout, and accuracy for impactful visualizations.
- Accessibility: Includes considerations for color blindness, screen readers, and general accessibility best practices.
- Use Case: You have a dataset of monthly sales figures and want to visualize the trend over time and compare sales across different product categories. This Skill can help you choose a line chart, provide the Python code to generate it, and ensure it's designed effectively.
Quick Start
Use the data-visualization skill to generate a bar chart showing sales by region from the attached 'sales_data.csv' file.