plotnine

Package — VisualizationPython 3.7+Intermediate

Grammar of graphics for Python (ggplot2 port)

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
matplotlib, NumPy, pandas, patsy, scipy, statsmodels, mizani
Install
pip install plotnine

Learn by Difficulty

Quick Example

python
# Install: pip install plotnine
import plotnine

# Basic plotnine usage
print(f"Using plotnine")
# See documentation for detailed examples

plotnine is a third-party package. Grammar of graphics for Python (ggplot2 port). Install with: pip install plotnine

Try in Playground

Tags

packagevisualizationchartingplotting