Skip to content

Commit ac498c1

Browse files
authored
Merge pull request #215 from QuantEcon/simplify-python-by-example
[python_by_example[ remove figsize request on matplotlib
2 parents f998220 + b81bf7e commit ac498c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lectures/python_by_example.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ Here are a few lines of code that perform the task we set
7171
```{code-cell} ipython
7272
import numpy as np
7373
import matplotlib.pyplot as plt
74-
plt.rcParams['figure.figsize'] = (10,6)
7574
7675
ϵ_values = np.random.randn(100)
7776
plt.plot(ϵ_values)

0 commit comments

Comments
 (0)