QuantEcon · GitHub

Commit 4e8dae4

authored

[debugging] Update figure size] (#93)

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • lectures

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)

Read the original on github.com ↗