Path fixed

This commit is contained in:
Nuwan Yapa 2024-07-02 11:21:03 -04:00
parent df1600cc6f
commit 55dc19a56f
2 changed files with 2 additions and 2 deletions

View File

@ -57,4 +57,4 @@ scatter!(real.(extrapolate_E), imag.(extrapolate_E), label="extrapolated")
scatter!(real.(basis_E), imag.(basis_E), m=:x, label="Berggren basis")
xlims!(-0.3,0.3)
ylims!(-0.120,0.020)
savefig("../temp/" * string(rand(UInt16)) * ".pdf")
savefig("temp/" * string(rand(UInt16)) * ".pdf")

View File

@ -47,5 +47,5 @@ for mesh in (berggren_mesh, csm_mesh)
plot!(real.(mesh_E), imag.(mesh_E), label="contour")
xlims!(-0.3,0.3)
ylims!(-0.120,0.020)
savefig("../temp/" * string(rand(UInt16)) * ".pdf")
savefig("temp/" * string(rand(UInt16)) * ".pdf")
end