seaborn

Installation
SKILL.md

Seaborn Statistical Visualization

When to Use

  • You need publication-quality statistical graphics directly from tabular datasets.
  • You are exploring multivariate relationships, distributions, or grouped comparisons with minimal plotting code.
  • You want seaborn's dataset-oriented API and statistical defaults on top of matplotlib.

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.

Design Philosophy

Seaborn follows these core principles:

  1. Dataset-oriented: Work directly with DataFrames and named variables rather than abstract coordinates
  2. Semantic mapping: Automatically translate data values into visual properties (colors, sizes, styles)
  3. Statistical awareness: Built-in aggregation, error estimation, and confidence intervals
  4. Aesthetic defaults: Publication-ready themes and color palettes out of the box
Related skills
Installs
29
GitHub Stars
37.3K
First Seen
Mar 13, 2026