What problem does it solve?
This Skill helps users create clear, informative, and accessible data visualizations using Python, guiding them in choosing the right chart types and applying best practices.
Core Features & Use Cases
- Chart Selection: Provides guidance on selecting the most appropriate chart type based on the data relationship being shown.
- Python Code Examples: Offers ready-to-use Python code snippets for various chart types (line, bar, histogram, heatmap, small multiples) using libraries like Matplotlib, Seaborn, and Plotly.
- Design Principles: Explains key principles for effective visualization, including color usage, typography, layout, and accuracy.
- Accessibility: Details considerations for making visualizations accessible to all users, including those with color blindness and screen reader users.
- Use Case: You have a dataset of sales figures over time and want to present it as a clear line chart. This Skill can provide the Python code and styling to generate a publication-quality visualization.
Quick Start
Use the data-visualization skill to generate a bar chart showing sales by category from the provided data.