diff --git a/scripts/fig_kcurves.py b/scripts/fig_kcurves.py index f3ea204..b0347a0 100644 --- a/scripts/fig_kcurves.py +++ b/scripts/fig_kcurves.py @@ -106,6 +106,6 @@ fig.suptitle("The design space, measured — depth curves for every regime " "amber dashes = what distillation reaches with no loop at all)", fontsize=11, y=1.0) fig.tight_layout() -fig.savefig(OUT / "fig_kcurves2.png", dpi=140, facecolor="white", +fig.savefig(OUT / "fig_kcurves.png", dpi=140, facecolor="white", bbox_inches="tight") -print("wrote", OUT / "fig_kcurves2.png") +print("wrote", OUT / "fig_kcurves.png")