ListPlot[{y_1, y_2, ...}] plots points corresponding to a list of values, assumed to correspond to x coordinates 1, 2, .... ListPlot[{{x_1, y_1}, {x_2, y_2}, ...}] plots a ...
"Graphics and Sound" discusses how to use functions like Plot and ListPlot to plot graphs of functions and data. This tutorial discusses how Mathematica represents such ...
Building on Mathematica's strengths in large-scale data handling, numerical optimization, and geometric computation, Version 6.0 brought a new level of automation to data ...
Mathematica can be used to make plots of functions. You give Mathematica a function, and it builds up a curve or surface by evaluating the function at many different points. ...
ListPolarPlot[{r_1, r_2, ...}] plots points equally spaced in angle at radii r_i.ListPolarPlot[{{\[Theta]_1, r_1}, {\[Theta]_2, r_2}, ...}] plots points at polar coordinates ...
ListPlot3D[array] generates a three-dimensional plot of a surface representing an array of height values. ListPlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] generates a plot ...
Using a host of original algorithms developed at Wolfram Research, Mathematica provides powerful functions that automate the process of creating cognitively and aesthetically ...
Mathematica has many ways to plot functions and data. It automates many details of plotting such as sample rate, aesthetic choices, and focusing on the region of interest. ...
Joined
(Built-in Mathematica Symbol) Joined is an option for ListPlot and related functions that specifies whether points in each dataset should be joined into a line, or should be plotted as separate points.
ListLogLinearPlot[{{x_1, y_1}, {x_2, y_2}, ...}] makes a log-linear plot of the specified list of x and y values.ListLogLinearPlot[{list_1, list_2, ...}] plots several lists ...