Plotnine icon
Plotnine icon

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.

Plotnine screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Platforms

  • Python
  • Self-Hosted
0likes
0comments
0articles

Features

  1.  Data visualization
  2.  Python-based
  3.  Plot visualisation

Plotnine News & Activities

Highlights All activities

Recent activities

Plotnine information

  • Developed by

    UG flagHassan Kibirige
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    8 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  4,670 Stars
  •  249 Forks
  •  87 Open Issues
  •   Updated  
View on GitHub

Popular alternatives

View all
Plotnine was added to AlternativeTo by Paul on and this page was last updated .
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.

Official Links