Skip to content

Commit b6935b3

Browse files
authored
[35_BCG_complete_mkts] Adjust Figure Sizes (#41)
1 parent 6bb2e8f commit b6935b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/BCG_complete_mkts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,7 @@ the difference in the two models:
10931093
epsgrid = np.linspace(-1,1,1000)
10941094
10951095
1096-
fig, ax = plt.subplots(1,2,figsize=(15,7))
1096+
fig, ax = plt.subplots(1,2,figsize=(14,6))
10971097
ax[0].plot(epsgrid, mdl1.w11(epsgrid), color='black', label='Agent 1\'s endowment')
10981098
ax[0].plot(epsgrid, mdl1.w21(epsgrid), color='blue', label='Agent 2\'s endowment')
10991099
ax[0].plot(epsgrid, mdl1.Y(epsgrid,1), color='red', label=r'Production with $k=1$')

0 commit comments

Comments
 (0)