jupyter | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
In this notebook we plot the world population and the gross domestic product per country
year = 2000
from plots import sundial_plot
sundial_plot('SP.POP.TOTL', 'World Population', year)
sundial_plot('NY.GDP.MKTP.CD', 'Gross Domestic Product', year)