Webinar 2021 The Layered Grammar of Graphics (ggplot2/plotnine)

From SHARCNETHelp
Revision as of 16:22, 18 November 2021 by Syam (talk | contribs) (Created page with "This webinar is an introduction to layered grammar of graphics as implemented in the R ggplot2 library and the Python plotnine library. It will cover the basics of combining g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

This webinar is an introduction to layered grammar of graphics as implemented in the R ggplot2 library and the Python plotnine library. It will cover the basics of combining geometry, coordinate, facet, scale, guide, and theme functions to easily produce an almost unlimited number of plot types. The examples will be done using ggplot2, but plotnine is such a close clone of ggplot2, that almost everything can be directly translated to it as well.