> restart:
> x:=r*cos(t):
> y:=r*sin(t):
> z:=1-s:
> r:=0.05*t:
> plot3d([s*x,s*y,z],s=0..1,t=0..30,scaling=constrained,color=green,grid=[20,200]);