Skip to content

waterfall

3D waterfall plot — independent line traces along one dimension.

h = waterfall(X, Y, Z, ...)

Draws each row of the surface as an independent line, with no connecting edges between rows. Useful for visualizing time-series spectra or sequences of cross-sections.

waterfall(spectrum_over_time)
  • mesh — 3D mesh (wireframe) plot.
  • surf — 3D surface plot with colored faces.
  • ribbon — 3D ribbon plot — each column rendered as a 3D ribbon.