# Description: # Display a three-dimensional line plot # y = 0. : .01 : 2*pi z = cos(4*y) x = sin(4*y) gplot(x, y, z) grotate(30, 0, 70)