Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Data Visualization >

ListLogPlot

ListLogPlot[{y1, y2, ...}]
makes a log plot of the yi, 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.
  • ListLogPlot[list] by default plots each value as a separate point.
  • ListLogPlot effectively plots {xi, Log[yi]} but with tick marks indicating the underlying values yi.
  • ListLogPlot makes exponentials appear as straight lines.
New in 6
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team