What problem does it solve? Choosing the right statistical plot and configuring matplotlib by hand is slow and error-prone. This Skill provides structured guidance for building distribution plots, categorical comparisons, regression fits, heatmaps, and multi-panel figures directly from DataFrames with seaborn. ## Core Features & Use Cases - Full plotting function coverage: Relational, distribution, categorical, regression, and matrix plots, plus FacetGrid, PairGrid, and JointGrid for multi-panel layouts. - Modern objects interface: Declarative, composable API via seaborn.objects for layered visualizations with marks, stats, moves, and scales. - Theming and palettes: Publication-ready styles, contexts, and qualitative/sequential/diverging color palettes. - Use Case: Given a tips dataset, generate a faceted violin plot comparing total bills across days split by sex, styled for publication and exported as a 300 DPI PDF. ## Quick Start Use the seaborn skill to create a correlation heatmap with annotations from my DataFrame and save it as a high-resolution PNG.