ListLinePlot
[{$y_1$, $y_2$, ...}]ListLinePlot
[{{$x_1$, $y_1$}, {$x_2$, $y_2$}, ...}]ListLinePlot
[{$list_1$, $list_2$, ...}]ListLinePlot[Table[{n, n ^ 0.5}, {n, 10}]]
ListPlot accepts a superset of the Graphics options.
ListLinePlot[{{-2, -1}, {-1, -1}, {1, 3}}, Filling->Axis]