I think there was some discussion about supporting this, but not sure what the current status is. For now, it looks like just plotting it twice works fine:
using StatsPlots, Distributions
n = Normal(0, 1)
plot(n)
plot!(n, 2, 3; fill=true)
I think there was some discussion about supporting this, but not sure what the current status is. For now, it looks like just plotting it twice works fine:
using StatsPlots, Distributions
n = Normal(0, 1)
plot(n)
plot!(n, 2, 3; fill=true)