DADiSP Worksheet Functions > Function Categories > Display and Manipulation > STEM

 

STEM

Purpose:

Displays the data points of the series as stems.

Syntax:

STEM

Example:

grand(10, 1);stem

 

generates a 10-point series of random numbers and displays the data points as stems.

Remarks:

A stem plot resembles a stick plot except a solid circle is displayed at the end point of each stick.

 

STEM is equivalent to the sixth mode of the [F7] key or Graph Style toolbar button and SETPLOTSTYLE(11).

See Also:

BARS

LINES

POINTS

SETPLOTSTYLE

STEPS

STICKS

TABLEVIEW