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

 

STICKS

Purpose:

Displays the data points of the series as thin vertical bars.

Syntax:

STICKS

Example:

grand(10, 1);sticks

 

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

Remarks:

STICKS is equivalent to the third mode of the [F7] key or Graph Style toolbar button and SETPLOTSTYLE(2).

See Also:

BARS

LINES

POINTS

SETPLOTSTYLE

STEM

STEPS

TABLEVIEW