swap amounts

This commit is contained in:
tim
2025-09-15 18:38:28 -04:00
parent f7e40eee06
commit 070717959e
6 changed files with 175 additions and 93 deletions

View File

@@ -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)