From 0f386ea29d38458980f2d272d02f748b9b11c439 Mon Sep 17 00:00:00 2001 From: Nils Date: Wed, 15 Jul 2026 18:34:18 +0200 Subject: [PATCH] fig_kcurves.py: restore original output filename Co-Authored-By: Claude Fable 5 --- scripts/fig_kcurves.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")