←
ListStepPlot
→
NumberLinePlot
/
Reference of Built-in Symbols
/
Graphics and Drawing
/
Plotting Data
/
LogPlot
/
LogPlot
Semi-log plot
(
WMA link
)
LogPlot
[
f
, {
x
, $x_{min}$, $x_{max}$}]
log plots
f
with
x
ranging from $x_{min}$ to $x_{max}$.
Plot
[{$f_1$, $f_2$, ...}, {
x
, $x_{min}$, $x_{max}$}]
log plots several functions $f_1$, $f_2$, ...
LogPlot[x^x, {x, 1, 5}]
LogPlot[{x^x, Exp[x], x!}, {x, 1, 5}]
←
ListStepPlot
→
NumberLinePlot