Sets the graph style of the current Window to connected lines.
LINES
{3, 5, 10}; lines
generates a series {3, 5, 10} and connects the data points using lines.
grand(10, 1);lines
generates a 10-point series of random numbers and displays them as lines.
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.