Plotly graphs about SARS-CoV-2 vaccination campaign in Catalunya using Python.
In this examples we will see a series of graphs using the plotly package. The plotly Python package exists to create, manipulate and render graphical figures (i.e. charts, plots, maps and diagrams) represented by data structures also referred to as figures. The rendering process uses the Plotly.js JavaScript library under the hood although Python developers using this module very rarely need to interact with the Javascript library directly, if ever.