Skip to content

Commit 998db43

Browse files
Tom's edit of long run growth
1 parent 48a1914 commit 998db43

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lectures/long_run_growth.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jupytext:
44
extension: .md
55
format_name: myst
66
format_version: 0.13
7-
jupytext_version: 1.14.5
7+
jupytext_version: 1.14.4
88
kernelspec:
99
display_name: Python 3 (ipykernel)
1010
language: python
@@ -237,7 +237,6 @@ mystnb:
237237
caption: GDP per Capita (China, UK, USA)
238238
name: gdppc_comparison
239239
---
240-
241240
# Define the namedtuple for the events
242241
Event = namedtuple('Event', ['year_range', 'y_text', 'text', 'color', 'ymax'])
243242
@@ -324,7 +323,6 @@ mystnb:
324323
caption: GDP per Capita (China)
325324
name: gdppc_china
326325
---
327-
328326
fig, ax = plt.subplots(dpi=300, figsize=(10, 6))
329327
330328
cntry = ['CHN']
@@ -383,7 +381,6 @@ mystnb:
383381
name: gdppc_ukus
384382
---
385383
386-
387384
fig, ax = plt.subplots(dpi=300, figsize=(10, 6))
388385
389386
cntry = ['GBR', 'USA']

0 commit comments

Comments
 (0)