Skip to content

Commit 36a45ed

Browse files
committed
minor edits
1 parent 866f6fd commit 36a45ed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/evans_sargent_plot1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
tt = np.arange(T) # tt is used to make the plot time index correct.
1313

1414
n_rows = 3
15-
fig, axes = plt.subplots(n_rows, 1, figsize=(10, 16))
15+
fig, axes = plt.subplots(n_rows, 1, figsize=(10, 12))
1616

1717
plt.subplots_adjust(hspace=0.5)
1818
for ax in axes:

examples/evans_sargent_plot2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
tt2 = np.arange(T-1)
1414

1515
n_rows = 4
16-
fig, axes = plt.subplots(n_rows, 1, figsize=(10, 10))
16+
fig, axes = plt.subplots(n_rows, 1, figsize=(10, 16))
1717

1818
plt.subplots_adjust(hspace=0.5)
1919
for ax in axes:

0 commit comments

Comments
 (0)