External Resources

Articles

Grammar of graphics with plotnine

A good introductory tutorial on how to use plotnine. It is part of the data visualization track from kaggle’s free online course (https://www.kaggle.com/learn/overview).

Python Plotting for Exploratory Analysis

A list of plots for exploratory data analysis and how they can be created using different libraries.

Making Plots With plotnine

An introduction to “grammar of graphics”, and how to use plotnine. This is part of the Data Analysis and Visualization in Python for Ecologists course from Data Carpentry

Plotnine: Grammar of Graphics for Python

A translation of the visualisation chapters from “R for Data Science” to Python using Plotnine and Pandas. This is a comprehensive introduction on the Grammar of Graphics with plotnine.