Plotting in Python
By Sakeef M. Karim in workshop CAnD3
December 7, 2022
This notebook provides a high-level overview of how to generate basic charts—from scatterplots to heatmaps—using the
seaborn
and
plotnine
libraries in Python. Along the way, we’ll be using methods from
pandas
,
matplotlib
and cognate libraries to modify our data, customize our plotting aesthetics and export our visualizations.