Skip to content

Commit 6bb2e8f

Browse files
authored
[27_arma] Adjust Figure Sizes (#40)
1 parent e410fb1 commit 6bb2e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/arma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@ def quad_plot(arma):
759759
760760
"""
761761
num_rows, num_cols = 2, 2
762-
fig, axes = plt.subplots(num_rows, num_cols, figsize=(12, 8))
762+
fig, axes = plt.subplots(num_rows, num_cols, figsize=(10, 7))
763763
plot_functions = [plot_impulse_response,
764764
plot_spectral_density,
765765
plot_autocovariance,

0 commit comments

Comments
 (0)