ListLinePlot

WMA link


ListLinePlot[{$y_1$, $y_2$, ...}]

plots a line through a list of y-values, assuming integer x-values 1, 2, 3, ...

ListLinePlot[{{$x_1$, $y_1$}, {$x_2$, $y_2$}, ...}]

plots a line through a list of x, y pairs.

ListLinePlot[{$list_1$, $list_2$, ...}]

plots several lines.

ListPlot accepts a superset of the Graphics options.

Histogram
ListLogPlot