|
|
|||
|
|
| Built-in Mathematica Symbol | See Also »|More About » |
ListLinePlot |
| ListLinePlot[{y1, y2, ...}] plots a line through a list of values, assumed to correspond to x coordinates 1, 2, .... |
| ListLinePlot[{{x1, y1}, {x2, y2}, ...}] plots a line through specific x and y positions. |
| ListLinePlot[{list1, list2, ...}] plots several lines. |
| AspectRatio | 1/GoldenRatio | ratio of height to width | |
| Axes | True | whether to draw axes | |
| ClippingStyle | None | what to draw when lines are clipped | |
| ColorFunction | Automatic | how to determine the coloring of lines | |
| ColorFunctionScaling | True | whether to scale arguments to ColorFunction | |
| DataRange | Automatic | the range of x values to assume for data | |
| Filling | None | filling under each line | |
| FillingStyle | Automatic | style to use for filling | |
| InterpolationOrder | None | the polynomial degree of curves used in joining data points | |
| MaxPlotPoints | Infinity | the maximum number of points to include | |
| Mesh | None | how many mesh points to draw on each line | |
| MeshFunctions | {#1&} | how to determine the placement of mesh points | |
| MeshShading | None | how to shade regions between mesh points | |
| MeshStyle | Automatic | the style for mesh points | |
| Method | Automatic | the method to use for interpolation and data reduction | |
| PlotMarkers | None | markers to use to indicate each point | |
| PlotRange | Automatic | range of values to include | |
| PlotRangeClipping | True | whether to clip at the plot range | |
| PlotStyle | Automatic | graphics directives to determine the style of each line |
| © 2013 Wolfram Research, Inc. |