Mathematica 9 is now available
 Documentation / Mathematica / Built-in Functions / Graphics and Sound / 2D Plots  /
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`.


    Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
    THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
    SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.