This commit is contained in:
2026-02-01 13:53:22 +01:00
parent ca905929f5
commit 9969685d28
4 changed files with 10 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
using Plots
plot(sin)
plot!(cos)
savefig("build/sine.svg")
gui()