I have the following plot, and I need to draw a waterfall plot of this. Does anyone know how I can make a waterfall plot in Mathematica?
```
Plot3D[Sin[x + y], {x, 0, 2 \[Pi]}, {y, 0, 2 \[Pi]}]
```
I need something like the following picture:
[![enter image description here][1]][1]
[1]: https://i.sstatic.net/stkK6.png