About 206,000 results
Open links in new tab
  1. Make a 3d plot of 2d "slices" - Mathematica Stack Exchange

    Feb 15, 2020 · I would try to use ListSliceContourPlot to get the slices, and then simply add the Line primitives to the result. You could also use Tube to get "3D" lines that have less issues …

  2. How to | Combine Two or More Graphics - Wolfram

    Make two 3D graphics and combine them using Show: You can use Epilog to embed a 2D graphic within a 3D graphic. Add a watermark to a 3D graphic by using Epilog as an option within …

  3. Display multiple 2D plots in 3D using Graphics in Mathematica?

    Jun 27, 2011 · The solution would be to use 3D disks instead of semi transparent planes with 2D disks in them. Since MMA doesn't have 3D Disk s or Circle s if you want to do something like …

  4. Mathematica , Combining 2D and 3D plots - Physics Forums

    Aug 11, 2011 · The key is that you cannot Show 2D and 3D graphics together. So you have to use the 2D graphic as a Texture for a 3D polygon. Then you Show those two objects together. …

  5. Plot several 2D plots on one 3D graph? - Wolfram

    I have three lists as below, I'd like to plot them in a 3D plot. Could you please let me know, how to do this using ListLinePlot3D or other commands in Mathematica? I really appreciate your help!

  6. Combining 2D slices into a 3D plot - Mathematica Stack Exchange

    Mar 11, 2015 · I'm looking on how to stack individual (more or less independent) 2D plots. Here's one way: {x, 0, 2}, {y, -2, 2}, {a, 0.9, 5.1}, . MeshFunctions -> {#3 &}, Mesh -> {Table[a, {a, 1, 5, …

  7. Plot, plane, point, line, sphere in same 3D plot. Multiple figures in ...

    Sep 15, 2011 · How do I plot for example a plane and a line in same 3D plot? You might want to study some reference material in reference.wolfram.com/mathematica/guide/… and …

  8. More on combining 2d and 3d plots - Mathematica Stack Exchange

    Can 2D and 3D plots be combined so that the 2D plot is the bottom surface of the 3D plot boundary?

  9. How to perfectly align combined 2D and 3D graphics?

    We can extract graphics primitives from VectorPlot and put them literally in the same coordinate system used by Plot3D. This guarantees perfect alignment.

  10. plotting - How do I draw 2D "pictures" in a 3D plot? - Mathematica ...

    Nov 6, 2022 · If you want to display several 2D graphics in a 3D plot you can proceed as in this example: First we create a table of graphics: graphics = Table[Plot[Sin[n x], {x, 0, 2 Pi}] , {n, 1, 3}]

Refresh