I'd like to create a 3D plot of several paths defined by points. What's the best way?
Say I have three vectors, x,y,z with integer xi, yi, zi elements, and want to make a 3D plot of a curve composed of segments that connect (x1,y1,z1) to (x2,y2,z2) to (x3,y3,z3) to ...
Please word an answer for someone of below average intelligence who has just started learning Mathematica.
Once I get past that hurdle, I think I can figure out the rest on my own. But if your feeling generous,... I will next want to overlay several such curves in different colors on the same plot. For example where the x,y,z vectors above are columns in matrices X,Y,Z.
For context, I want to illustrate diffusion in 3D by tracking some number of molecules random-walking from the origin in discrete steps.
And if you're really feeling generous, I'd like to put a slider on the plot for the number of steps.
The main question here though is only where to start. What plot command will allow me to do what I want to do.