Colloquium 2023 plotnine: R's Grammar of Graphics in Python

From SHARCNETHelp
Jump to navigationJump to search

The layered grammar of graphics provides a declarative way to produce graphs. The original and most popular implementation is ggplot2 in the R programming language. A lesser know one is plotnine in python. This talk will use python and plotnine to go over basics of how you can use the grammar to combine geometry, coordinate, facet, scale, guide, and theme declarations to easily produce an almost unlimited number of types of plots.