ribbon
3D ribbon plot — each column rendered as a 3D ribbon.
Syntax
Section titled “Syntax”h = ribbon(Y)h = ribbon(X, Y, width)Description
Section titled “Description”Plots each column of Y as a flat ribbon in 3D. Default ribbon width is 0.75. Common for showing multiple parallel time-series with depth ordering.
Example
Section titled “Example”ribbon([sin(t)' cos(t)' tan(t)'])