About 471 results
Open links in new tab
  1. Plot3D: Plot a Function in 3D—Wolfram Documentation

    Plot3D is also known as a surface plot or surface graph. Plot3D evaluates f at values of x and y in the domain being plotted over and connects the points { x , y , f [ x , y ] } to form a surface showing how f varies with x and y .

  2. Plots in 3D | Mathematica & Wolfram Language for Math …

    How to make 3D plots. Graph a Cartesian surface or space curve. Use spherical coordinates. Plot a revolution around an axis. Tutorial for Mathematica & Wolfram Language.

  3. plotting - Add Point to Plot3D - Mathematica Stack Exchange

    I'd like to simply add a nice thick point in (0, 0, 0) (0, 0, 0) to Plot3D[(y^2/x), {x, -3, 3}, {y, -3, 3}]. The solutions I came across to add anything to Plot3D, mostly involved MeshFunctions. However I don't see how I could manipulate the mesh to give the …

  4. MATHEMATICA tutorial, Part 2: 3D Plotting - Brown University

    5 days ago · This part of tutorial demonstrates tremendous plotting capabilities of Mathematica for three-dimensional figures. Plain plotting was given in the first part of tutorial. Of course, we cannot present all features of Mathematica 's plotting in one section, so we emphasize some important techniques useful for creating figures in three dimensions.

  5. 3D Plotting in Mathematica - YouTube

    This tutorial illustrates how to generate 3D plots in Mathematica. Topics include but are not limited to:-Plotting a surface using ‘Plot3D’ -Plotting a line...

  6. Introduction to Plotting in 3D - Wolfram Cloud

    For more details on options for plots refer to the Documentation Center. For more with 2D plots, also see my additional notebook posted on my web site: www.abbymath.com/Mathematica/BasicOptionsForPlot.nb or “Basic Options for Plot” within www.notebookarchive.org.

  7. The command ContourPlot3D is used to plot surfaces given by an equation, for exam-ple x2 +y2 = 1, x+y2 z = 3, sin(yz) = 0,... The command ParametricPlot3D is used to plot surfaces given by parametric equations, for example x = tcost, y = tsint, z = t. You can rotate each 3D picture plotted in Mathematica by placing the mouse on the pic-ture and ...

  8. Plot Data in 3D—Wolfram Language Documentation

    The ability to plot points, surfaces, and contours, combined with the interpolation power of the Wolfram Language, results in accurate 3D visualizations. There are also many ways to customize and interact with these 3D plots that help you to better understand your data.

  9. 3-Dimensional Graphing: Plot3D and Options We will graph this function: z = yⅇx x+1 also known as f(x, y) = yⅇx x+1 Within the Plot3D command, list the function first (you do NOT need z = ). The function is followed by a comma and the domain you would like to graph in a list with curly braces { }. The domain list has the variable of the

  10. Add a point to a 3D graph with a label? - Wolfram

    I am trying to add a point on a 3D surface plot, and add a label without a line and a background. My code is as follows: fig1 = Plot3D[Log[a] + Log[b], {a, 1, 10}, {b, 1, 10}]; fig2 = ListPointPlot3D[{{5, 5, Log[5] + Log[5]}} -> {"X"}]; Show[fig1, fig2]

  11. Some results have been removed
Refresh