fig_kcurves.py: restore original output filename
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -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)",
|
"amber dashes = what distillation reaches with no loop at all)",
|
||||||
fontsize=11, y=1.0)
|
fontsize=11, y=1.0)
|
||||||
fig.tight_layout()
|
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")
|
bbox_inches="tight")
|
||||||
print("wrote", OUT / "fig_kcurves2.png")
|
print("wrote", OUT / "fig_kcurves.png")
|
||||||
|
|||||||
Reference in New Issue
Block a user