File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ import numpy as np
3030import pandas as pd
3131import networkx as nx
3232import matplotlib.pyplot as plt
33- from matplotlib.patches import Polygon
3433```
3534
3635The following figure illustrates a network of linkages among 15 sectors
@@ -44,14 +43,13 @@ import quantecon_book_networks
4443import quantecon_book_networks.input_output as qbn_io
4544import quantecon_book_networks.plotting as qbn_plt
4645import quantecon_book_networks.data as qbn_data
47- import matplotlib as mpl
48-
49- mpl.rcParams.update(mpl.rcParamsDefault)
50- quantecon_book_networks.config("matplotlib")
51- ```
5246
53- ``` {code-cell} ipython3
5447ch2_data = qbn_data.production()
48+
49+ quantecon_book_networks.config("matplotlib")
50+ import matplotlib as mpl
51+ mpl.rcParams.update(mpl.rcParamsDefault)
52+ from matplotlib.patches import Polygon
5553```
5654
5755``` {code-cell} ipython3
You can’t perform that action at this time.
0 commit comments