Problem description
I would like to be able to plot a line with a confidence interval band, something like the plot below (which I believe is not possible at the moment using only AlgebraOfGraphics.jl alone).

Proposed solution
I guess the implementation could use the band() function from Makie, and borrow some ideas for the API from VegaLite.jl or ggplot2.
Problem description
I would like to be able to plot a line with a confidence interval band, something like the plot below (which I believe is not possible at the moment using only
AlgebraOfGraphics.jlalone).Proposed solution
I guess the implementation could use the
band()function from Makie, and borrow some ideas for the API from VegaLite.jl or ggplot2.