What problem does it solve? Choosing the wrong chart type or producing cluttered, inaccessible figures undermines data communication. This Skill provides chart selection guidance, ready-to-use Python visualization code patterns, and design and accessibility principles so your charts clearly convey the intended insight. ## Core Features & Use Cases - Chart Selection Guide: A decision table mapping data relationships (trends, comparisons, distributions, correlations, geographic patterns) to the best chart types, plus guidance on charts to avoid like pie and 3D charts. - Python Code Patterns: Copy-ready matplotlib, seaborn, and plotly snippets for line charts, bar charts, histograms, heatmaps, small multiples, number formatting, and interactive HTML charts. - Design & Accessibility Principles: Rules for color, typography, layout, and accuracy, plus a colorblind-friendly palette and an accessibility checklist. - Use Case: You have a pandas DataFrame of monthly revenue by region and need a publication-quality figure. Use this Skill to pick a line chart, apply the professional style setup, format currency on the y-axis, and export a 150 DPI PNG. ## Quick Start Use the data-visualization skill to create a ranked horizontal bar chart from my sales dataset and save it as a PNG.