|
ListPlot
ListPlot[ , , ... ] plots a list of values. The coordinates for each point are taken to be 1, 2, ... .
ListPlot[  ,  ,  ,  , ... ] plots a list of values with specified and coordinates.
ListPlot returns a Graphics object.
ListPlot has the same options as Graphics, with the following additions:

Setting PlotJoined -> True gives a line joining the points.
ListPlot has the default option setting Axes -> True.
See The Mathematica Book: Section 1.9.9.
See also: Plot, Fit.
Related packages: Graphics`MultipleListPlot`, Graphics`Graphics`.
Further Examples
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | |