plotnine
Installation
SKILL.md
Plotnine Skill
plotnine static visualization library for Python, implementing the grammar of graphics (ggplot2 syntax). Covers geoms (point, line, bar, histogram, boxplot, smooth), aesthetics, scales, coordinates, facets, and themes. Use when creating static publication-quality figures with ggplot2-style syntax, producing charts for print or reports, or working with an R ggplot2 background. Prefer over plotly when static output is needed.
Quick reference for creating data visualizations with plotnine, a Python implementation of the grammar of graphics (ggplot2).
What is Plotnine?
plotnine is a data visualization library based on the grammar of graphics:
- Declarative: Describe what you want, not how to draw it
- Layered: Build plots by adding components with
+ - ggplot2 compatible: Nearly identical syntax to R's ggplot2
- Publication-ready: Themes and customization for polished output