You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this section we describe how we have constructed a version of the striking figure from chapter 1 of {cite}`Tooze_2014` that we discussed at the start of this lecture.
483
483
484
-
Let's first define a collection of countries that consist of the British Empire (BEM) so we can replicate that series in Tooze's chart.
484
+
Let's first define a collection of countries that consist of the British Empire (BEM) so we can replicate that series in Tooze's chart.
485
485
486
486
```{code-cell} ipython3
487
487
BEM = ['GBR', 'IND', 'AUS', 'NZL', 'CAN', 'ZAF']
@@ -500,7 +500,6 @@ code_to_name
500
500
501
501
Now let's assemble our series and get ready to plot them.
502
502
503
-
504
503
```{code-cell} ipython3
505
504
# Define colour mapping and name for BEM
506
505
color_mapping['BEM'] = color_mapping['GBR'] # Set the color to be the same as Great Britain
It is tempting to compare this graph with figure {numref}`gdp1` that showed the US overtaking the UK near the start of the "American Century", a version of the graph featured in chapter 1 of {cite}`Tooze_2014`.
0 commit comments