Recipes
AlgebraOfGraphics.linesfill!
— Functionlinesfill(xs, ys; lower, upper, kwargs...)
Line plot with a shaded area between lower
and upper
. If lower
and upper
are not given, shaded area is between 0
and ys
.
Attributes
Available attributes and their defaults for Combined{AlgebraOfGraphics.linesfill!}
are:
AlgebraOfGraphics.linesfill
— Functionlinesfill(xs, ys; lower, upper, kwargs...)
Line plot with a shaded area between lower
and upper
. If lower
and upper
are not given, shaded area is between 0
and ys
.
Attributes
Available attributes and their defaults for Combined{AlgebraOfGraphics.linesfill}
are:
color :gray25
colormap :batlow
colorrange MakieCore.Automatic()
fillalpha 0.15
linestyle "nothing"
linewidth 1.5
lower MakieCore.Automatic()
upper MakieCore.Automatic()