Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 1
    $\begingroup$ It's ParametricPlot3D not Parametric3D. Consult the documentation. For the planes, just do three plots and set z to 0, y to 0, and x to zero and wrap in a Show like Show[ParametricPlot3D[...], ParametricPlot3D[...], ParametricPlot3D[...], ParametricPlot3D[...]] $\endgroup$ Commented May 18, 2021 at 18:16
  • $\begingroup$ Thank you! This was very helpful! $\endgroup$ Commented May 18, 2021 at 18:27
  • 2
    $\begingroup$ related/possible duplicate: How to project 3d image in the planes xy, xz, yz? $\endgroup$ Commented May 18, 2021 at 21:17