Ross ROSS = Recommend OSS · open-source software intelligence for agents

seaborn

Statistical data visualization in Python observed · 2026-08-28

github.com/mwaskom/seaborn · homepage · Python · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

64/100

  • Activity 91
  • Release rhythm 8
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 5189
  • days_rel: n/a
  • days_push: 59
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

14005 stars · 2126 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

Seaborn is a Python library for statistical data visualization built on top of matplotlib, offering a high-level interface for creating attractive and informative statistical graphics. It integrates closely with pandas DataFrames and supports relational, distributional, categorical, and regression plots as well as multi-plot grids and theming.

Use cases

  • plot statistical charts from a pandas dataframe
  • create distribution and histogram plots in python
  • make categorical box plots and violin plots
  • visualize regression relationships with confidence intervals
  • build a pairplot or correlation heatmap for exploratory data analysis
  • style matplotlib figures with better themes and color palettes
  • create multi-panel facet grids for comparing groups

When to choose

  • you need quick, attractive statistical plots from pandas data with minimal code
  • you are doing exploratory data analysis in Jupyter notebooks
  • you want sensible defaults for themes, palettes, and statistical estimation
  • you need faceted multi-plot grids for comparing subsets of data

When to avoid

  • you need fully custom, pixel-level control over figure layout (use matplotlib directly)
  • you need interactive or web-based dashboards (consider plotly or bokeh)
  • you are plotting very large datasets where interactivity or WebGL rendering matters

Facets

library · maturity stable

data-visualization charts data-visualization data-science analytics python cross-platform matplotlib pandas statistical-graphics plotting

6 sources

Member repositories

RepositoryRoleHealth v2
mwaskom/seabornmain64
mwaskom/seaborn-datadocs32

For agents

markdown · JSON · MCP: product_card(name="mwaskom/seaborn")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem