Commented out png saving, only PDF by default

这个提交包含在:
Craig Warren
2025-07-17 09:47:56 +01:00
父节点 3ff400e6f8
当前提交 856da0f19c

查看文件

@@ -159,13 +159,13 @@ def mpl_plot(w, timewindow, dt, iterations, fft=False, save=False):
pad_inches=0.1,
)
# Save a PNG of the figure
fig.savefig(
savefile.with_suffix(".png"),
dpi=150,
format="png",
bbox_inches="tight",
pad_inches=0.1,
)
# fig.savefig(
# savefile.with_suffix(".png"),
# dpi=150,
# format="png",
# bbox_inches="tight",
# pad_inches=0.1,
# )
return plt