Skip to content

Commit

Permalink
use figsize from qe manual
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Feb 16, 2024
1 parent dc7294f commit 4e7a5cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lectures/inflation_history.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ We start by installing a library we will use followed by importing some Python m
import numpy as np
import pandas as pd
import matplotlib
matplotlib.rcParams['figure.figsize'] = (12, 10)
matplotlib.rcParams['figure.figsize'] = (13, 7)
import matplotlib.pyplot as plt
import matplotlib.dates as mdates
```
Expand Down

0 comments on commit 4e7a5cc

Please sign in to comment.