|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ListLogPlot
ListLogPlot[{y1, y2, ...}]
makes a log plot of the
, assumed to correspond to x coordinates 1, 2, ....
ListLogPlot[{{x1, y1}, {x2, y2}, ...}]
makes a log plot of the specified list of x and y values.
ListLogPlot[{list1, list2, ...}]
plots several lists of values.
Details and OptionsDetails and Options
- ListLogPlot[list] by default plots each value as a separate point.
- ListLogPlot[list, Joined->True] draws a line through the list of values.
- ListLogPlot effectively plots {xi, Log[yi]}, but with tick marks indicating the underlying values
. - ListLogPlot makes exponentials appear as straight lines.
- ListLogPlot has the same options as ListPlot.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »






