LogPlot
LogPlot[f,{x,xmin,xmax}] generates a log plot of f as a function of x from xmin to xmax.
LogPlot[{f1,f2,…},{x,xmin,xmax}] plots several functions fi.
LogPlot[{…,w[fi],…},…] plots fi with features defined by the symbolic wrapper w.
LogPlot[…,{x}∈reg] takes the variable x to be in the geometric region reg.
Examples
LogPlot[Exp[x], {x, 0, 5}]Please visit the official Wolfram Language Reference for more details.