First time here? Check out the FAQ!
answered 2015-09-24 02:31:59 +0100
You don't seem to be doing anything wrong.
Another option to get similar output is to use the line3d function.
line3d
line3d([(i*math.sin(i), i*math.cos(i), i/3) for i in range(30)], arrow_head=True)