Skip to content

Commit 4c78e09

Browse files
committed
remove global figure size setting
1 parent a84faeb commit 4c78e09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lectures/samuelson.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ Let's start with some standard imports:
4949

5050
```{code-cell} ipython3
5151
import matplotlib.pyplot as plt
52-
plt.rcParams["figure.figsize"] = (11, 5) #set default figure size
5352
import numpy as np
5453
```
5554

0 commit comments

Comments
 (0)