Skip to content

Commit 4e8dae4

Browse files
authored
[debugging] Update figure size] (#93)
1 parent 3c48fb0 commit 4e8dae4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lectures/debugging.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,10 @@ Here we'll focus on Jupyter and leave you to explore other settings.
5050
We'll need the following imports
5151

5252
```{code-cell} ipython
53+
%matplotlib inline
5354
import numpy as np
5455
import matplotlib.pyplot as plt
55-
%matplotlib inline
56+
plt.rcParams['figure.figsize'] = (10,6)
5657
```
5758

5859
## Debugging

0 commit comments

Comments
 (0)