Density and contour plots. This gives a density plot of sin(x) sin(y). Lighter regions show higher values of the function. Some options for DensityPlot.
ListSurfacePlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] plots a three-dimensional surface constructed to fit the specified points.
Formatting lists as tables and matrices. Here is a list. Grid gives the list typeset in a tabular format.
ExampleData["type"] gives a list of names of examples of the specified type.ExampleData[{" type", " name"}] gives the default form of the named example of the specified ...
A wide variety of plots and charts are used to gain an overview of data from a statistical perspective. Some summarize statistical computations on the data, while others ...
The general symbolic string patterns in Mathematica allow you to perform powerful string manipulation efficiently. What follows discusses the details of string patterns, ...
ListContourPlot[array] generates a contour plot from an array of height values. ListContourPlot[{{x_1, y_1, f_1}, {x_2, y_2, f_2}, ...}] generates a contour plot from values ...
ListDensityPlot[array] generates a smooth density plot from an array of values. ListDensityPlot[{{x_1, y_1, f_1}, {x_2, y_2, f_2}, ...}] generates a density plot with values ...
RegionPlot3D[pred, {x, x_min, x_max}, {y, y_min, y_max}, {z, z_min, z_max}] makes a plot showing the three-dimensional region in which pred is True.
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 ...