area
Area plot — line plot with filled area below.
Syntax
Section titled “Syntax”h = area(y, ...)h = area(x, y, ...)Description
Section titled “Description”Plots y vs x and fills the area between the line and the baseline. With matrix y, stacks areas vertically.
Example
Section titled “Example”area(t, exp(-t/2))