Plot3D
(Built-in Mathematica Symbol) Plot3D[f, {x, x_min, x_max}, {y, y_min, y_max}] generates a three-dimensional plot of f as a function of x and y. Plot3D[{f_1, f_2, ...}, {x, x_min, x_max}, {y, y_min, ...
Basic 3D plotting function. This makes a three-dimensional plot of the function sin(xy). Three-dimensional graphics can be rotated in place by dragging the mouse inside of ...
Long the standard for high-quality function and surface visualization, Mathematica incorporates a host of original numeric, symbolic, and geometric algorithms that automate ...
ParametricPlot3D[{f_x, f_y, f_z}, {u, u_min, u_max}] produces a three-dimensional space curve parametrized by a variable u which runs from u_min to u_max. ...
The built-in Mathematica iteration functions such as Table and Sum evaluate their arguments in a slightly special way. When evaluating an expression like Table[f,{i,i_max}], ...
"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 ...
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. ...
NormalsFunction is an option for Plot3D and related functions that specifies a function to apply to determine the effective surface normals at every point.
TextureCoordinateScaling is an option to Plot3D and similar functions that specifies whether arguments supplied to a texture coordinate function should be scaled to lie ...
Mathematica gives you the power to visualize functions of two variables in multiple ways, including three-dimensional parametric plots, spherical plots, polar plots, and ...