|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
LogLinearPlot
LogLinearPlot[f, {x, xmin, xmax}]
generates a log-linear plot of f as a function of x from
to
.
LogLinearPlot[{f1, f2, ...}, {x, xmin, xmax}]
generates log-linear plots of several functions
.
Details and OptionsDetails and Options
- LogLinearPlot effectively generates a curve in which f is plotted against Log[x], but with tick marks indicating the original values of x.
- LogLinearPlot makes logarithmic functions appear as straight lines.
- LogLinearPlot has the same options as Plot.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »



