For this lab, we'll explore a dataset containing yearly population data about different countries and regions around the globe. Let's start by importing the dataset so we can get to work. In the cell ...
We'll begin by using plt.figure() and passing in a larger figsize of (20, 10) to tell matplotlib we want the full subplot to be 20 inches by 10. We can fix the spacing quite easily by using ...