sage: y,z,t=var('y,z,t')
sage: x(t)=t
sage: y(t)=t**2
sage: z(t)=t**3
sage: parametric_plot3d((x(t),y(t),z(t)),(t,0,1))