Mathematica > Visualization and Graphics > Function Visualization >

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}]
generates log plots of several functions fi.
  • LogPlot effectively generates a curve based on Log[f], but with tick marks indicating the values of the underlying function f.
  • LogPlot makes exponentials appear as straight lines.
New in 6
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team