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

 

LINES

Purpose:

Sets the graph style of the current Window to connected lines.

Syntax:

LINES

Example:

{3, 5, 10}; lines

 

generates a series {3, 5, 10} and connects the data points using lines.

Example:

grand(10, 1);lines

 

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

Remarks:

LINES accomplishes the same result as the first mode of the [F7] key and SETPLOTSTYLE(0).

 

The line mode is only a graphical representation. It does not affect the actual data point values.

See Also:

BARS

POINTS

SETPLOTSTYLE

STEM

STEPS

STICKS

TABLEVIEW