mirror of
https://codeberg.org/Yael-II/MSc2-Project-Chaos.git
synced 2026-03-15 04:16:26 +01:00
update
This commit is contained in:
@@ -61,6 +61,10 @@ def plot_poincare_sections(filelist: list, title:str = "") -> int:
|
||||
while i < N:
|
||||
i += 1
|
||||
axs[i].axis('off')
|
||||
if "linear" in title: kind = "linear"
|
||||
elif "parallel" in title: kind = "parallel"
|
||||
else: kind = "error"
|
||||
fig.savefig("pcs_{}.pdf".format(kind))
|
||||
return 0
|
||||
print("\033[32m"
|
||||
+ "[P]arallel or [L]inear algorithm result, or [B]oth?"
|
||||
|
||||
Reference in New Issue
Block a user