Path fixed
This commit is contained in:
parent
df1600cc6f
commit
55dc19a56f
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue