Skip to content

stem3

3D stem plot — vertical lines from a baseline plane to each (x, y, z).

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

3D version of stem. See the Basic Plot category entry for full details — registered here under 3D Visualization with the same semantics.

stem3(X, Y, Z)
  • stem — Stem plot — vertical lines from the x-axis to each data point.
  • scatter3 — 3D scatter plot.