What problem does it solve? Choosing the right statistical plot and writing correct seaborn code for distributions, categorical comparisons, regressions, and heatmaps is time-consuming, especially when deciding between axes-level and figure-level functions or the modern objects interface. ## Core Features & Use Cases - Full plotting coverage: Guidance for relational, distribution, categorical, regression, and matrix plots including scatterplot, histplot, violinplot, regplot, heatmap, and clustermap. - Multi-panel figures: Patterns for FacetGrid, PairGrid, and JointGrid plus matplotlib subplot integration for publication-quality multi-panel figures. - Modern objects interface: Declarative composition with seaborn.objects using marks, stats, moves, and scales for layered, programmatic plot generation. - Use Case: A researcher needs a faceted violin plot comparing treatment groups with significance annotations and a correlation heatmap for a paper; this Skill provides the exact code patterns, theming, and export settings. ## Quick Start Use the seaborn skill to create a violin plot comparing response across treatment groups with individual data points overlaid and save it as a 300 DPI PDF.