changed Figs directory

This commit is contained in:
Yael-II
2025-01-19 17:35:00 +01:00
parent e37b23bb7d
commit 1d31951a7d
6 changed files with 10 additions and 10 deletions

View File

@@ -64,7 +64,7 @@ def plot_poincare_sections(filelist: list, title:str = "") -> int:
if "linear" in title: kind = "linear"
elif "parallel" in title: kind = "parallel"
else: kind = "error"
fig.savefig("pcs_{}.pdf".format(kind))
fig.savefig("Figs/pcs_{}.pdf".format(kind))
return 0
print("\033[32m"
+ "[P]arallel or [L]inear algorithm result, or [B]oth?"