Skip to content

Commit 7f59799

Browse files
committed
make the last graph clearer
1 parent 110041d commit 7f59799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/greek_square.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ We find that the ratios converge to $\lambda_2$ in the first case and $\lambda_1
687687
:tags: [hide-input]
688688
689689
# Plot the ratios for y_t / y_{t-1}
690-
fig, axs = plt.subplots(1, 2, figsize=(14, 6))
690+
fig, axs = plt.subplots(1, 2, figsize=(12, 6), dpi=500)
691691
692692
# First subplot
693693
axs[0].plot(np.round(ratios_λ1, 6),

0 commit comments

Comments
 (0)