alterlab-seaborn
Installation
SKILL.md
Seaborn Statistical Visualization
Overview
Seaborn is a Python visualization library for creating publication-quality statistical graphics. Use this skill for dataset-oriented plotting, multivariate analysis, automatic statistical estimation, and complex multi-panel figures with minimal code.
When to Use This Skill
Use seaborn for quick, attractive statistical graphics straight from a pandas DataFrame: distributions, relationships, categorical comparisons, correlation heatmaps, and faceted small multiples. Route elsewhere when the need differs:
- Interactive charts (hover, zoom, HTML dashboards) →
alterlab-plotly - Exact journal/manuscript styling (column widths, point fonts, CMYK, vector export) →
alterlab-scientific-viz - Low-level custom plotting →
alterlab-matplotlib(seaborn integrates with it for fine-tuning)