ListLogPlot

WMA link


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

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

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

log plots a list of x, y pairs.

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

log plots several lists of points.

Plotting table of Fibonacci numbers:

we see that Fibonacci numbers grow exponentially. So when plotted using on a log scale the result fits points of a sloped line.

ListLinePlot
ListPlot