@@ -328,7 +328,7 @@ np.random.seed(s) # Seeds get set the same for both economies
|
328 | 328 | out = complete_ss(β, b0, x0, A, C, S_y, 80) |
329 | 329 | c_hist_com, b_hist_com, y_hist_com, x_hist_com = out |
330 | 330 | |
331 | | -fig, ax = plt.subplots(1, 2, figsize=(15, 5)) |
| 331 | +fig, ax = plt.subplots(1, 2, figsize=(14, 4)) |
332 | 332 | |
333 | 333 | # Consumption plots |
334 | 334 | ax[0].set_title('Consumption and income') |
@@ -918,7 +918,7 @@ c_bar, debt_complete = consumption_complete(cp)
|
918 | 918 | |
919 | 919 | c_path, debt_path, y_path = consumption_incomplete(cp, s_path) |
920 | 920 | |
921 | | -fig, ax = plt.subplots(1, 2, figsize=(15, 5)) |
| 921 | +fig, ax = plt.subplots(1, 2, figsize=(14, 4)) |
922 | 922 | |
923 | 923 | ax[0].set_title('Consumption paths') |
924 | 924 | ax[0].plot(np.arange(N_simul), c_path, label='incomplete market') |
|