WLJS LogoWLJS Notebook

ListStepPlot

Wolfram Kernel
ListStepPlot[{y1, y2, ...}]

plots the values y1y_1, y2y_2 ... in steps

Examples

Using xx and yy coordinates

ListStepPlot[Table[{Prime[n], EulerPhi[n]}, {n, 50}]]

On this page