Skip to content

ribbon

3D ribbon plot — each column rendered as a 3D ribbon.

h = ribbon(Y)
h = ribbon(X, Y, width)

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.

ribbon([sin(t)' cos(t)' tan(t)'])
  • waterfall — 3D waterfall plot — independent line traces along one dimension.
  • belt — Belt plot — line plot rendered as a 3D ribbon.