Skip to content
TopicTracker
From HackerNewsView original
TranslationTranslation

Plotnine: Grammar of Graphics for Python

Plotnine is a Python implementation of the grammar of graphics, providing a declarative API for creating statistical graphics. It is based on the same principles as ggplot2 in R, allowing users to build complex visualizations by combining simple components.