

Plotnine
Like
Plotnine is an implementation of a grammar of graphics in Python based on ggplot2. The grammar allows you to compose plots by explicitly mapping variables in a dataframe to the visual characteristics (position, color, size etc.) of objects that make up the plot.
Cost / License
- Free
- Open Source (MIT)
Platforms
- Python
- Self-Hosted
Features
- Data visualization
- Python-based
- Plot visualisation
Plotnine information
No comments or reviews, maybe you want to be first?
What is Plotnine?
Plotnine is an implementation of a grammar of graphics in Python based on ggplot2. The grammar allows you to compose plots by explicitly mapping variables in a dataframe to the visual characteristics (position, color, size etc.) of objects that make up the plot.
Plotting with a grammar of graphics is powerful. Custom (and otherwise complex) plots are easy to think about and build incrementally, while the simple plots remain simple to create.








