The plot, using "tubeplot"
> tubeplot([sin(t),sin(2*t),sin(3*t)],t=0..2*Pi,radius=1/4,scaling=constrained,axes=frame,labels=['x','y','z'],orientation=[65,80]);
The tube plot perhaps gives us a better idea of what the 3-dimensional structure is.
>