FillBelow
PlotComponent that fills the area below the line connecting the data points in x and y. args and kvs can be used to set additional style attributes.
PlotComponent
x
y
args
kvs
x = 0:100 f = FillBelow(x, x.^2, fillcolor="cyan") p = FramedPlot() add(p, f)