This commit is contained in:
Yael-II
2025-01-19 17:31:02 +01:00
parent 34371f3532
commit 6b06be4a6b
27 changed files with 337 additions and 32 deletions

View File

@@ -48,6 +48,8 @@ if __name__ == "__main__":
ax.set_ylabel("$y$")
ax.set_aspect("equal")
fig.savefig("initial_E.png")
plt.show(block=True)