|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ListLogLogPlot
ListLogLogPlot[{{x1, y1}, {x2, y2}, ...}]
makes a log-log plot of the specified list of x and y values.
ListLogLogPlot[{list1, list2, ...}]
plots several lists of values.
Details and OptionsDetails and Options
- ListLogLogPlot[list] by default plots each value as a separate point.
- ListLogLogPlot[list, Joined->True] draws a line through the list of values.
- ListLogLogPlot effectively plots Log[yi] against Log[xi], but with tick marks indicating the underlying values
and
. - ListLogLogPlot makes power laws appear as straight lines.
- ListLogLogPlot 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 »






