ListPlot
Usage
• ListPlot[{ , , ... }] plots points corresponding to a list of values. The coordinates are by default taken to be 1, 2, ... . • ListPlot[{{ , }, { , }, ... }] plots a list of points with specified and coordinates.
Notes
• ListPlot returns a Graphics object. • ListPlot has the same options as Graphics, with the following additions and changes:
| Axes | True | whether to draw axes | | PlotJoined | False | whether to draw a line joining the points | | PlotStyle | Automatic | graphics directives to determine styles of points |
• New in Version 1.
|