mirror of
https://codeberg.org/Yael-II/MSc2-Project-Chaos.git
synced 2026-03-15 04:16:26 +01:00
changed Figs directory
This commit is contained in:
@@ -33,7 +33,7 @@ def kepler(W):
|
||||
ax.set_xlabel("$x$")
|
||||
ax.set_ylabel("$y$")
|
||||
|
||||
fig.savefig("pot_kepler.png")
|
||||
fig.savefig("Figs/pot_kepler.png")
|
||||
return 0
|
||||
|
||||
def hh(W):
|
||||
@@ -49,7 +49,7 @@ def hh(W):
|
||||
ax.set_xlabel("$x$")
|
||||
ax.set_ylabel("$y$")
|
||||
|
||||
fig.savefig("pot_hh.png")
|
||||
fig.savefig("Figs/pot_hh.png")
|
||||
return 0
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
Reference in New Issue
Block a user