2-D Stem Plot
Display data as lines (stems) terminated with a marker symbol at each data value.
Vectors create a single series of stems; matrices create one series per column.
Input Argument Options
- Single variable -- plot data sequence in argument as stems extending from automatically generated values on x-axis. If argument is a matrix, plot all elements in a row against same x value
- Two variables -- plot first argument versus columns of second. Both must be the same size or the first argument can be a row or column vector and the second a matrix with the number of rows equal to the length of the first.
More Information
See the stem reference page for more information.