ListStepPlot

WMA link


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

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

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

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

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

plots several lines.

ListStepPlot accepts a superset of the Graphics options. By default, ListStepPlots are joined, but that can be disabled.

The same as the first example but using a list of point as data, and filling the plot to the x axis.

ListPlot
LogPlot