Legacy Documentation

Mathematica CalcCenter 2 (2002)

This is documentation for an obsolete product.
Current products and services

Documentation / CalculationCenter / Functions / Graphics / List of Values /

ListPlot

FilledSmallSquare ListPlot[{, , ... }] plots a list of values. The x coordinates for each point are taken to be 1, 2, ....

FilledSmallSquare ListPlot[{{, }, {, }, ... }] plots a list of values with specified x and y coordinates.

FilledSmallSquare ListPlot[{, , ... }, "style"] generates a data plot in the designated style.

FilledSmallSquare ListPlot[{, , ... }, "style1", "style2"] generates a data plot in the primary style, style1 and the secondary style, style2.

FilledSmallSquare Primary plot styles for 2D plots include: Default, Technical, Minimal, Business, and Colorful.

FilledSmallSquare Secondary plot styles for 2D plots include: Frame, NoFrame, Grid, NoGrid, SmallPoints, LargePoints, Tall, Wide, ViewLeft, ViewRight, and ViewCenter.

FilledSmallSquare ListPlot[{, , ... }, {ymin, ymax}] generates a data plot over the specified y-axis range from ymin to ymax.

FilledSmallSquare ListPlot[{, , ... }, "style", {ymin, ymax}] combines both specifications for plot style and y-axis range.

FilledSmallSquare See also: Fit, Plot.

Examples

Using InstantCalculators

Here are the InstantCalculators for the ListPlot function. Enter the parameters for your calculation and click Calculate to see the result.

In[1]:=

In[2]:=

In[3]:=

Entering Commands Directly

You can paste a template for this command via the Text Input button on the ListPlot Function Controller.

A single list is plotted against the position of each data point.

In[4]:=

In[5]:=

Ordered pairs can also be plotted.

In[6]:=

In[7]:=

Clear the variable definitions.

In[8]:=



ja