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

 

POINTS

Purpose:

Displays the data points of a series or table rather than connecting the points with a continuous curve.

Syntax:

POINTS

Example:

grand(10, 1);points

 

generates a 10-point series of random numbers and displays them as points.

Remarks:

POINTS is equivalent to the second mode of the [F7] key and SETPLOTSTYLE(1).

See Also:

BARS

LINES

SETPLOTSTYLE

STEM

STEPS

STICKS

TABLEVIEW