Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 655 Bytes

world_facts.md

File metadata and controls

36 lines (29 loc) · 655 Bytes
jupyter
jupytext kernelspec
formats text_representation
ipynb,md
extension format_name format_version jupytext_version
.md
markdown
1.1
1.2.3
display_name language name
Python 3
python
python3

In this notebook we plot the world population and the gross domestic product per country

year = 2000
from plots import sundial_plot

World Population

sundial_plot('SP.POP.TOTL', 'World Population', year)

Gross Domestic Product (current USD)

sundial_plot('NY.GDP.MKTP.CD', 'Gross Domestic Product', year)