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 f998220 commit b81bf7eCopy full SHA for b81bf7e
1 file changed
lectures/python_by_example.md
@@ -71,7 +71,6 @@ Here are a few lines of code that perform the task we set
71
```{code-cell} ipython
72
import numpy as np
73
import matplotlib.pyplot as plt
74
-plt.rcParams['figure.figsize'] = (10,6)
75
76
ϵ_values = np.random.randn(100)
77
plt.plot(ϵ_values)
0 commit comments