ListPlot

WMA link


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

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

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

plots a list of x, y pairs.

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

plots several lists of points.

The frequency of Primes:

seems very roughly to fit a table of quadradic numbers:

ListPlot accepts some Graphics options:

Compare with Plot.

Compare with Plot.

ListLogPlot
ListStepPlot