mirror of
https://gitlab.gwdg.de/j.hahn02/ws-numerik.git
synced 2026-03-01 19:32:42 +01:00
6 lines
60 B
Julia
6 lines
60 B
Julia
using Plots
|
|
|
|
plot(sin)
|
|
plot!(cos)
|
|
savefig("build/sine.svg")
|