|
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 Section 1.9.8.
See also: Plot, Fit.
Related packages: Graphics`MultipleListPlot`, Graphics`Graphics`.
New in Version 1.
Further Examples
|