From: Yazan on
Right, I've got a while loop that produces several 2D plots. The number of plots is dependant on the number of iterations and hence the range of plots can be from 6-20 indivisual 2D plots. What I want to achieve from this is a 3D visual representation of how my code optimizes different problems with different initial conditions as a function of iterations. Naturally, I want the graph to be as smooth as possible even with a low number of iterations.
Any recommendations as to how I might achieve this?