plot: Fix relative path

main
Francesco Minnocci 1 year ago
parent 0dc6a5cadd
commit 7820c71d85
Signed by untrusted user: BachoSeven
GPG Key ID: 2BE4AB7FDAD828A4

@ -9,6 +9,6 @@ module Plot
contour!(-h:0.1:h, -v:0.1:v, (x,y)->F[2](variables(F)=>[x,y]), levels=[0], cbar=false, color=:green)
scatter!([real(sol[1]) for sol in solutions], [real(sol[2]) for sol in solutions], color = "red", label = "Real solutions")
png(joinpath("plots", "solutions" * name))
png(joinpath("./plots", "solutions" * name))
end
end

Loading…
Cancel
Save