swap amounts
This commit is contained in:
@@ -286,6 +286,8 @@ def plot_static(res):
|
||||
plt.ylabel("y per x")
|
||||
plt.legend()
|
||||
plt.tight_layout()
|
||||
plt.xlim(right=1)
|
||||
plt.ylim( bottom=.999,top=1)
|
||||
|
||||
plt.figure(figsize=(10, 6))
|
||||
plt.plot(q, res["welfare_gap"] / res["p0"] * 1e4)
|
||||
|
||||
Reference in New Issue
Block a user