What problem does it solve? Choosing the right statistical plot and writing correct seaborn code from memory is slow and error-prone, especially when handling distributions, categorical comparisons, regressions, and multi-panel figures. ## Core Features & Use Cases - Full plotting coverage: Relational, distribution, categorical, regression, and matrix plots (scatterplot, histplot, boxplot, violinplot, heatmap, pairplot, and more) with correct parameter usage. - Two interfaces: Guidance for both the traditional function interface and the modern declarative seaborn.objects API for layered, composable plots. - Publication-ready output: Theming, color palettes, faceting, and export patterns for scientific figures. - Use Case: Given a DataFrame of experimental results, generate a faceted violin plot comparing treatments with confidence intervals, styled for a journal submission and saved as a 300 DPI PDF. ## Quick Start Use the seaborn skill to create a violin plot comparing response values across treatment groups from my data.