Skip to content

Commit 4e7a5cc

Browse files
committed
use figsize from qe manual
1 parent dc7294f commit 4e7a5cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/inflation_history.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ We start by installing a library we will use followed by importing some Python m
5858
import numpy as np
5959
import pandas as pd
6060
import matplotlib
61-
matplotlib.rcParams['figure.figsize'] = (12, 10)
61+
matplotlib.rcParams['figure.figsize'] = (13, 7)
6262
import matplotlib.pyplot as plt
6363
import matplotlib.dates as mdates
6464
```

0 commit comments

Comments
 (0)