We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc7294f commit 4e7a5ccCopy full SHA for 4e7a5cc
lectures/inflation_history.md
@@ -58,7 +58,7 @@ We start by installing a library we will use followed by importing some Python m
58
import numpy as np
59
import pandas as pd
60
import matplotlib
61
-matplotlib.rcParams['figure.figsize'] = (12, 10)
+matplotlib.rcParams['figure.figsize'] = (13, 7)
62
import matplotlib.pyplot as plt
63
import matplotlib.dates as mdates
64
```
0 commit comments