Shade area under curve with pyplot backend

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)

image

1 Like