plotnine - Python data visualization library
Grammar of graphics implementation for Python data visualization using ggplot2-style syntax
Tags
Updated: 2026-03-20Capabilities
Typical Inputs
Typical Outputs
What this skill does
- create scatter plot
- create line plot
- create bar chart
- create histogram
- create box plot
- create faceted plot
- save plot file
- customize plot theme
Inputs
- pandas DataFrame
- plotnine syntax
Outputs
- PNG plot file
Requirements
- Python 3.x
- pandas
