 |
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 package: Graphics`MultipleListPlot`, Graphics`Graphics`.
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT. SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION. | | | |
 | |
|