Skip to content

Commit ee08454

Browse files
committed
FIX: update images in lecture derived from code
1 parent 0a84696 commit ee08454

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lectures/inequality.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ mystnb:
247247
image:
248248
alt: lorenz_real
249249
classes: shadow bg-primary
250-
width: 200px
250+
width: 75%
251251
---
252252
fig, ax = plt.subplots()
253253
@@ -316,7 +316,7 @@ mystnb:
316316
image:
317317
alt: lorenz_gini
318318
classes: shadow bg-primary
319-
width: 200px
319+
width: 75%
320320
---
321321
fig, ax = plt.subplots()
322322
@@ -396,7 +396,7 @@ mystnb:
396396
image:
397397
alt: gini
398398
classes: shadow bg-primary
399-
width: 200px
399+
width: 75%
400400
---
401401
plot_inequality_measures(range(k),
402402
ginis,
@@ -472,7 +472,7 @@ mystnb:
472472
image:
473473
alt: gini_us
474474
classes: shadow bg-primary
475-
width: 200px
475+
width: 75%
476476
---
477477
xlabel = "year"
478478
ylabel = "gini coefficient"

0 commit comments

Comments
 (0)