Skip to content

Commit e410fb1

Browse files
authored
[7_smoothing_tax] Adjust Figure Sizes (#39)
1 parent fc5cd73 commit e410fb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lectures/smoothing_tax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ c_bar, debt_complete = consumption_complete(cp)
251251
252252
c_path, debt_path, y_path = consumption_incomplete(cp, s_path)
253253
254-
fig, ax = plt.subplots(1, 2, figsize=(15, 5))
254+
fig, ax = plt.subplots(1, 2, figsize=(14, 4))
255255
256256
ax[0].set_title('Consumption paths')
257257
ax[0].plot(np.arange(N_simul), c_path, label='incomplete market')
@@ -285,7 +285,7 @@ income $y_t$, notice that
285285
As indicated above, we relabel variables to acquire tax-smoothing interpretations of the complete markets and incomplete markets consumption-smoothing models.
286286

287287
```{code-cell} python3
288-
fig, ax = plt.subplots(1, 2, figsize=(15, 5))
288+
fig, ax = plt.subplots(1, 2, figsize=(14, 4))
289289
290290
ax[0].set_title('Tax collection paths')
291291
ax[0].plot(np.arange(N_simul), c_path, label='incomplete market')

0 commit comments

Comments
 (0)