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 76afc45 commit b6414edCopy full SHA for b6414ed
lectures/python_oop.md
@@ -61,9 +61,10 @@ It takes a little while to get used to the syntax so we'll provide plenty of exa
61
We'll use the following imports:
62
63
```{code-cell} ipython
64
+%matplotlib inline
65
import numpy as np
66
import matplotlib.pyplot as plt
-%matplotlib inline
67
+plt.rcParams['figure.figsize'] = (10,6)
68
```
69
70
## OOP Review
0 commit comments