Does this produce the desired result?
Plots.plot(x[ix], y[ix], fill=(0, :lightblue))
Plots.plot!(x, y, grid=false, lc=:black, widen=false)
Does this produce the desired result?
Plots.plot(x[ix], y[ix], fill=(0, :lightblue))
Plots.plot!(x, y, grid=false, lc=:black, widen=false)