3D plot from three 1D waves

I would like to draw a 3D plot from three 1D waves. Are there any tips for easiest way to do that?

Hi,

 

You are correct that you cannot use 1D waves to create a 3D plot, but getting there is easy/straightforward.

From the manual:

1D waves can not be used for 3D plots. 
If you have three 1D waves that represent X, Y and Z coordinates which you want to display as a 3D plot, you must convert them into a triplet wave. For example:

Concatenate {xWave,yWave,zWave}, tripletWave

 

 

Andy