Your Sn_y waves should be 1D waves. Therefore your wave_n wave will be 2D which is what NewWaterfall requires.
You can check the dimensionality of your waves using Data->Browse Waves.
I tried these commands and it seems to work fine:
In your case Igor's built-in waterfall plot will probably work fine. If you had a different X wave for each Y wave, I would recommend a fake waterfall plot.
You can check the dimensionality of your waves using Data->Browse Waves.
I tried these commands and it seems to work fine:
Make/N=5 wave0=p, wave1=1+p, wave2=2+p
Concatenate {wave0,wave1,wave2}, matrix
Edit matrix
NewWaterfall matrix
Make/N=5 xWave = 10*p
NewWaterfall matrix vs {xWave,*}
In your case Igor's built-in waterfall plot will probably work fine. If you had a different X wave for each Y wave, I would recommend a fake waterfall plot.