LineGraph Command

LineGraph (<List of x-coordinates>, <List of y-coordinates>)

Creates a chart, connecting with line segments the points whose coordinates are defined in the lists, to visualize given data. <List of x-coordinates> is a list containing the x values, defined as numbers in increasing order <List of y-coordinates> is a list containing the y values, defined as numbers.