ListStepPlot
Wolfram Kernel
ListStepPlot[{y1, y2, ...}] plots the values , ... in steps.
Examples
Using and coordinates
ListStepPlot[Table[{Prime[n], EulerPhi[n]}, {n, 50}]]ListStepPlot[{y1, y2, ...}] plots the values y1, y2 ... in steps.
Using x and y coordinates
ListStepPlot[Table[{Prime[n], EulerPhi[n]}, {n, 50}]]