# Surface plot

**URL:** https://discourse.julialang.org/t/surface-plot/82544
**Category:** General Usage
**Tags:** plot, implicit-equation
**Created:** [June 10, 2022, 5:53am UTC](https://discourse.julialang.org/t/surface-plot/82544 "2022-06-10T05:53:17Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![rafael.guerra](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rafael.guerra/32/216610_2.png) [@rafael.guerra](https://discourse.julialang.org/u/rafael.guerra)
#### Post date: [June 10, 2022, 9:02am UTC](https://discourse.julialang.org/t/surface-plot/82544/5 "2022-06-10T09:02:07Z")

</div>

In 3D space, x=y is a vertical plane. Using Plots.jl’s plotlyjs backend, one way to plot vertical surfaces [is shown in this other post](https://discourse.julialang.org/t/2d-plot-in-3d-scene/80708/4). I think you just need to apply a trivial 45 degrees rotation to the vertical plane meshes shown, in order to obtain the x=y surface.

---

_[View the full topic](https://discourse.julialang.org/t/surface-plot/82544)._
