What problem does it solve? Creating publication-quality charts and statistical visualizations from data requires knowing which library and chart type to use, plus correct styling and export settings. This Skill provides ready-to-run examples and reference guides so agents can produce professional PNG, SVG, and HTML visualizations without trial and error. ## Core Features & Use Cases - Static Charts: Bar, line, scatter, heatmap, and distribution plots via matplotlib and seaborn, exported at 300 DPI in PNG or SVG. - Interactive Charts: Plotly-based scatter, line, bar, heatmap, 3D, and pie charts exported as HTML with hover tooltips and zoom. - Reference Guides: Color palette theory, accessibility guidance, and statistical visualization patterns with anti-patterns to avoid. - Use Case: Given a CSV of quarterly sales, load it with pandas, build a grouped bar chart with seaborn, and export a 300 DPI PNG for a report. ## Quick Start Ask the agent to create a grouped bar chart from your CSV data and save it as a high-resolution PNG using this data visualization skill.