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

 

STEPS

Purpose:

Displays a series as a step plot.

Syntax:

STEPS

Example:

grand(10, 0.1);steps

 

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

Remarks:

A step plot produces a staircase-like effect where each point is connected to the subsequent data point by a horizontal and vertical line (rather than by the shortest straight line as with a line plot).

 

STEPS is equivalent to the fifth mode of the [F7] key or Graph Style toolbar button and SETPLOTSTYLE(9).

See Also:

BARS

LINES

POINTS

SETPLOTSTYLE

STEM

STEPCTR

STICKS

TABLEVIEW