Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Stack Overflow for Teams is now called Stack Internal. Bring the best of human thought and AI automation together at your work.
Bring the best of human thought and AI automation together at your work. Learn more
Stack Internal
Knowledge at work
Bring the best of human thought and AI automation together at your work.
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:
Plot3D[Sin[x + y], {x, 0, 2 \[Pi]}, {y, 0, 2 \[Pi]}]
Plot3D[Sin[x + y], {x, 0, 2 π}, {y, 0, 2 π}]
I have the following plot, and I need to draw a waterfall plot of this. doseDoes anyone knowsknow how can I can make a waterfall plot in Mathematica?
I have the following plot, and I need to draw a waterfall plot of this. dose anyone knows how can I make a waterfall plot in Mathematica?